MonthSelectionMode
Describes the month selection behaviour
Inheritors
Types
Link copied to clipboard
No whole month selection is allowed.
Link copied to clipboard
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.