Dates

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

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
open override val end: LocalDate?
Link copied to clipboard
open override val start: LocalDate

Functions

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

Check whether selection contains the date