CalendarSelection

Describes the current selection in the calendar

Inheritors

Types

Link copied to clipboard
data object None : CalendarSelection

No dates are selected

Link copied to clipboard
data class Range(val start: LocalDate, val end: LocalDate?) : CalendarSelection

A range of dates is selected.

Link copied to clipboard

Single date is selected

Functions

Link copied to clipboard
abstract operator fun contains(date: LocalDate): Boolean

Check whether selection contains the date