Back to Devexpress

MonthFormat Enum

dashboard-devexpress-dot-dashboardcommon-429f7207.md

latest1.4 KB
Original Source

MonthFormat Enum

Lists values that specify format types for months.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum MonthFormat
vb
Public Enum MonthFormat

Members

NameDescription
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)

|

The following properties accept/return MonthFormat values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace