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

DataItemDateTimeFormat.HourFormat Property

Gets or sets the format type associated with the DateTimeGroupInterval.Hour group interval.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(HourFormat.Default)]
public HourFormat HourFormat { get; set; }

Property Value

Type Default Description
HourFormat Default

An HourFormat enumeration member that specifies the format type associated with the DateTimeGroupInterval.Hour group interval.

Remarks

The format type defined by the HourFormat property is applied to dimension date-time values if the Dimension.DateTimeGroupInterval property is set to DateTimeGroupInterval.Hour.

See Also