DateTimePicker.MaximumDate
From Xojo Documentation
Property (As DateTime )
aDateTimePicker.MaximumDate = newDateTimeValue
or
DateTimeValue = aDateTimePicker.MaximumDate
New in 2020r2
Supported for all project types and targets.
or
DateTimeValue = aDateTimePicker.MaximumDate
New in 2020r2
Supported for all project types and targets.
The latest date/time that can be selected.
Sample Code
Set the maximum date/time to now:
DateTimePicker1.MaximumDate = DateTime.Now
See Also
MinimumDate property.