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

DataItemDateTimeFormat.DateHourMinuteFormat Property

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

Namespace: DevExpress.DashboardCommon

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

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

Declaration

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

Property Value

Type Default Description
DateTimeFormat **Default**

A DateTimeFormat enumeration member that specifies the format type associated with the DateTimeGroupInterval.DateHourMinute group interval.

Remarks

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

See Also