minDate
The date picker’s minimum date value.
Declaration
var minDate: Date? { get set }Discussion
This property represents the minimum value that the date picker allows as input. nil indicates no minimum date.
The date picker’s minimum date value.
var minDate: Date? { get set }This property represents the minimum value that the date picker allows as input. nil indicates no minimum date.