Month

data class Month(val month: YearMonth, val start: LocalDate = month.firstDay(), val end: LocalDate = month.lastDay()) : CalendarSelection.Range

A whole month is selected.

Constructors

Link copied to clipboard
constructor(month: YearMonth, start: LocalDate = month.firstDay(), end: LocalDate = month.lastDay())

Properties

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