contains

fun contains(yearMonth: YearMonth): Boolean

Returns whether yearMonth is directly selectable.


fun contains(year: Int, month: Int): Boolean

Returns whether year and month are directly selectable.

Values outside the supported year or month ranges return false.


fun contains(date: LocalDate): Boolean

Returns whether the year/month portion of date is directly selectable.