DateValidator

interface DateValidator : Parcelable

Used to determine whether calendar days are enabled.

Extends Parcelable in order to maintain the DateValidator across device configuration changes. Parcelable breaks when passed between processes.

Functions

isValid
Link copied to clipboard
abstract fun isValid(date: Long): Boolean
Returns true if the provided date is enabled.

Inherited functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Inheritors

DateValidatorPointForward
Link copied to clipboard