DesktopDateTimePicker.SelectedDate

From Xojo Documentation

Property (As DateTime )
aDesktopDateTimePicker.SelectedDate = newDateTimeValue
or
DateTimeValue = aDesktopDateTimePicker.SelectedDate

New in 2021r3

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.