DateType

data class DateType(val earliestDate: KalugaDate? = null, val latestDate: KalugaDate? = null) : DateTimePicker.Type

Selects a Date A range can be provided to limit the dates selectable

Constructors

Link copied to clipboard
constructor(earliestDate: KalugaDate? = null, latestDate: KalugaDate? = null)

Properties

Link copied to clipboard

if provided, no date can be picked that is before this KalugaDate

Link copied to clipboard

if provided, no date can be picked that is after this KalugaDate