selectStartDate

fun selectStartDate(date: LocalDate)

Programmatically selects the range start date.


fun selectStartDate(year: Int, month: Int, day: Int)

Programmatically selects the range start date from explicit date parts.

If day is greater than the maximum day for year and month, it is clamped to that maximum.


fun selectStartDate(date: LocalDate, items: DatePickerItems)

Programmatically selects the closest range start date allowed by items.


fun selectStartDate(year: Int, month: Int, day: Int, items: DatePickerItems)

Programmatically selects the closest range start date to year, month, and day allowed by items.