Function

getSelectedEndDate

Returns a LocalDate representation of the selected end date in this DateRangePickerState, or null in case there is no selection.

Source set: JvmAndAndroid

Added in 1.5.0-alpha17

@RequiresApi(26)
fun DateRangePickerState.getSelectedEndDate(): LocalDate?

Returns a LocalDate representation of the selected end date in this DateRangePickerState, or null in case there is no selection.

Returns

The selected end LocalDate, or null if there is no selection.