setMinDate

open fun setMinDate(minDate: Long)(source)

Sets the minimal date that can be selected in this NumberPicker. This method updates the internal representation of the minimum date and refreshes the UI components to reflect this change. If the current selected date is before the new minimum date, the current date will be adjusted to the new minimum date.

Parameters

minDate

The minimal supported date, represented as milliseconds since January 1, 1970, 00:00:00 GMT.