SelectWholeMonth

data class SelectWholeMonth(val label: String, val selectableMonthRange: ClosedRange<YearMonth>) : CalendarParams.MonthSelectionMode

Only an entire month can be selected, by tapping on the label next to its name.

Constructors

Link copied to clipboard
constructor(label: String, selectableMonthRange: ClosedRange<YearMonth>)

Properties

Link copied to clipboard