DesktopDateTimePicker.MaximumDate
From Xojo Documentation
You are currently browsing the old Xojo documentation site. It will go offline as of October 2, 2023. Please visit the new Xojo documentation site! - you will be redirected shortly... |
Property (As DateTime )
aDesktopDateTimePicker.MaximumDate = newDateTimeValue
or
DateTimeValue = aDesktopDateTimePicker.MaximumDate
New in 2021r3
Supported for all project types and targets.
or
DateTimeValue = aDesktopDateTimePicker.MaximumDate
New in 2021r3
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.