DesktopDateTimePicker.HourMode
From Xojo Documentation
Property (As DesktopDateTimePicker.HourModes )
aDesktopDateTimePicker.HourMode = newDesktopDateTimePicker.HourModesValue
or
DesktopDateTimePicker.HourModesValue = aDesktopDateTimePicker.HourMode
New in 2021r3
Supported for all project types and targets.
or
DesktopDateTimePicker.HourModesValue = aDesktopDateTimePicker.HourMode
New in 2021r3
Supported for all project types and targets.
Dictates how the hours will be displayed.
Sample Code
Set the DateTimePicker AppointmentTime to show the hours in 24 hour mode:
AppointmentDate.HourMode = DesktopDateTimePicker.HourModes.Hour24
See Also
HourModes enumeration.