TdxDateTimeWheelPickerProperties.Use24HourFormat Property
Indicates whether the editor uses 24- or 12-hour format.
Declaration
property Use24HourFormat: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
If this property is set to True, the Hour wheel contains 24 items ranging from 00 to 23. Otherwise, the wheel contains 13 items ranging from 01 to 12. In this instance, a wheel containing the time period (also called suffix, representing the AM or PM string in the English locale) is automatically added to the editor provided that the Hour wheel is displayed.
The default value of the Use24HourFormat property is True.
See Also