Skip to main content

DataItemDateTimeFormat.MonthFormat Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

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

#Property Value

Type Default Description
MonthFormat Default

A MonthFormat enumeration member that specifies the format type associated with the DateTimeGroupInterval.Month group interval.

Available values:

Name Description
Default

The default month pattern.

Full

The full name of the month.

6/15/2009 1:45:30 PM -> June (en-US)

Abbreviated

The abbreviated name of the month.

6/15/2009 1:45:30 PM -> Jun (en-US)

Numeric

The month, from 1 through 12.

6/15/2009 1:45:30 PM -> 6 (en-US)

#Remarks

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

See Also