Back to Devexpress

DayOfWeekFormat Enum

dashboard-devexpress-dot-dashboardcommon-9e674b93.md

latest1.5 KB
Original Source

DayOfWeekFormat Enum

Lists values that specify format types for days of the week.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum DayOfWeekFormat
vb
Public Enum DayOfWeekFormat

Members

NameDescription
Default

The default day-of-week pattern.

| | Full |

The full name of the day of the week.

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

| | Abbreviated |

The abbreviated name of the day of the week.

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

| | Numeric |

The day of the week, from 1 through 7.

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

|

The following properties accept/return DayOfWeekFormat values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace