DatesInMonth

data class DatesInMonth(val year: Int?, val month: Month, val days: List<MonthDaySelector>) : MonthsOrDateSelector(source)

Several days within one month

For example "January 3rd to 14th" or "July 3,5 and 7 in the year 1999"

Constructors

Link copied to clipboard
constructor(year: Int?, month: Month, days: List<MonthDaySelector>)
constructor(year: Int?, month: Month, vararg days: MonthDaySelector)
constructor(month: Month, vararg days: MonthDaySelector)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val year: Int?

Functions

Link copied to clipboard
open override fun toString(): String