dashboard-devexpress-dot-dashboardcommon-9e674b93.md
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
public enum DayOfWeekFormat
Public Enum DayOfWeekFormat
| Name | Description |
|---|---|
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:
Values listed by this enumeration are used to set the DataItemDateTimeFormat.DayOfWeekFormat property.
See Also