DateTimePicker.SelectedDate
From Xojo Documentation
Property (As DateTime )
aDateTimePicker.SelectedDate = newDateTimeValue
or
DateTimeValue = aDateTimePicker.SelectedDate
New in 2020r2
Supported for all project types and targets.
or
DateTimeValue = aDateTimePicker.SelectedDate
New in 2020r2
Supported for all project types and targets.
The DateTime displayed in the control.
Sample Code
Set the selected date to now:
DateTimePicker1.SelectedDate = DateTime.Now
See Also
DateTime class.