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

MonthFormat Enum

Lists values that specify format types for months.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

public enum MonthFormat

Members

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

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

See Also