Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Builds the CalendarConstraints object using the set parameters or defaults.
Link copied to clipboard
@CanIgnoreReturnValue
open fun setEnd(month: Long): CalendarConstraints.Builder
A UTC timeInMilliseconds contained within the latest month the calendar will page to.
Link copied to clipboard
@CanIgnoreReturnValue
open fun setFirstDayOfWeek(firstDayOfWeek: Int): CalendarConstraints.Builder
Sets what the first day of the week is; e.g.
Link copied to clipboard
@CanIgnoreReturnValue
open fun setOpenAt(month: Long): CalendarConstraints.Builder
A UTC timeInMilliseconds contained within the month the calendar should openAt.
Link copied to clipboard
@CanIgnoreReturnValue
open fun setStart(month: Long): CalendarConstraints.Builder
A UTC timeInMilliseconds contained within the earliest month the calendar will page to.
Link copied to clipboard
Limits valid dates to those for which isValid is true.