CREATOR

object CREATOR : Parcelable.Creator<CalendarConstraints>

Properties

CREATOR
Link copied to clipboard
DEFAULT_END
Link copied to clipboard
val DEFAULT_END: Long
Default UTC timeInMilliseconds for the last selectable month unless Builder.setEnd is called.
DEFAULT_START
Link copied to clipboard
val DEFAULT_START: Long
Default UTC timeInMilliseconds for the first selectable month unless Builder.setStart is called.

Functions

createFromParcel
Link copied to clipboard
open override fun createFromParcel(parcel: Parcel): CalendarConstraints
newArray
Link copied to clipboard
open override fun newArray(size: Int): Array<CalendarConstraints?>