Back to Devexpress

YearFormat Enum

dashboard-devexpress-dot-dashboardcommon-d16f406e.md

latest1.3 KB
Original Source

YearFormat Enum

Lists values that specify format types for years.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum YearFormat
vb
Public Enum YearFormat

Members

NameDescription
Default

The default year pattern.

| | Full |

The full year pattern.

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

| | Abbreviated |

The year, from 00 to 99.

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

|

The following properties accept/return YearFormat values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace