HourFormat Enum
Contains values specifying the manner in which the hour portion is displayed.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Default
|
The hour format obtained from the operation system time settings. |
Hour12
|
The hour portion varies from 00 to 12. A time suffix is displayed. |
Hour24
|
The hour portion varies from 00 to 24. |
Remarks
Values listed by this enumeration are used to set the RepositoryItemTimeEdit.HourFormat property.
See Also