MonthFormat Enum
Lists values that specify format types for months.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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