Skip to main content
A newer version of this page is available. .

HourFormat Enum

Contains values specifying the manner in which the hour portion is displayed.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public enum HourFormat

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.

TimeFormat - h_m_s

Hour24

The hour portion varies from 00 to 24.

HourFormat - 24

Remarks

Values listed by this enumeration are used to set the RepositoryItemTimeEdit.HourFormat property.

See Also