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.
Only an entire month can be selected, by tapping on the label next to its name.