Range

data class Range(val start: LocalDate, val end: LocalDate?) : CalendarSelection

A range of dates is selected.

Parameters

start

of range

end

end of range. May be null if user haven't selected the end date yet

Constructors

Link copied to clipboard
constructor(start: LocalDate, end: LocalDate?)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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

Check whether selection contains the date