Back to Devexpress

HourFormat Enum

dashboard-devexpress-dot-dashboardcommon-f7b913e1.md

latest1.3 KB
Original Source

HourFormat Enum

Lists values that specify format types for hours.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum HourFormat
vb
Public Enum HourFormat

Members

NameDescription
Default

The default hour pattern.

| | Short |

Short hour pattern, 24-hour format.

6/15/2009 1:45:30 PM -> 13

| | Long |

Long hour pattern, 12-hour format.

6/15/2009 1:45:30 PM -> 1:00 PM

|

The following properties accept/return HourFormat values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace