selectEndDate

fun selectEndDate(date: LocalDate)

Programmatically selects the range end date.


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

Programmatically selects the range end date from explicit date parts.

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


fun selectEndDate(date: LocalDate, items: DatePickerItems)

Programmatically selects the closest range end date allowed by items.


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

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