DateTimePicker.DisplayMode
From Xojo Documentation
Property (As DateTimePicker.DisplayModes )
aDateTimePicker.DisplayMode = newDateTimePicker.DisplayModesValue
or
DateTimePicker.DisplayModesValue = aDateTimePicker.DisplayMode
New in 2020r2
Supported for all project types and targets.
or
DateTimePicker.DisplayModesValue = aDateTimePicker.DisplayMode
New in 2020r2
Supported for all project types and targets.
Dictates if the date, time or both will be displayed/editable.
Sample Code
Set the DateTimePicker AppointmentDate to show only the date:
AppointmentDate.DisplayMode = DateTimePicker.DateOnly
See Also
DisplayModes enumeration.