SelectableDates


An interface that controls the selectable dates and years in the date pickers UI.

Summary

Public functions

open Boolean
isSelectableDate(utcTimeMillis: Long)

Returns true if the date item representing the utcTimeMillis should be enabled for selection in the UI.

Cmn
open Boolean

Returns true if a given year should be enabled for selection in the UI.

Cmn

Public functions

isSelectableDate

open fun isSelectableDate(utcTimeMillis: Long): Boolean

Returns true if the date item representing the utcTimeMillis should be enabled for selection in the UI.

isSelectableYear

open fun isSelectableYear(year: Int): Boolean

Returns true if a given year should be enabled for selection in the UI. When a year is defined as non selectable, all the dates in that year will also be non selectable.