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