RepositoryItemTimeEdit.HourFormat Property
OBSOLETE
Use the EditMask property instead.
Gets or sets a value specifying the manner in which the hour is displayed.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(HourFormat.Default)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the EditMask property instead.")]
public virtual HourFormat HourFormat { get; set; }
Property Value
Type | Default | Description |
---|---|---|
HourFormat | Default | A HourFormat enumeration member specifying the hour format. |
Available values:
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. |
See Also