CalendarConstraints

Used to limit the display range of the calendar and set an openAt month.

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

Types

Link copied to clipboard
Used to determine whether calendar days are enabled.

Properties

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
Returns the DateValidator that determines whether a date can be clicked and selected.
Link copied to clipboard
open fun getEndMs(): Long
Returns the latest time in milliseconds allowed by this set of bounds.
Link copied to clipboard
Returns the openAt time in milliseconds within this set of bounds.
Link copied to clipboard
open fun getStartMs(): Long
Returns the earliest time in milliseconds allowed by this set of bounds.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)