DataItemDateTimeFormat.DayOfWeekFormat Property
Gets or sets the format type associated with the DateTimeGroupInterval.DayOfWeek group interval.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(DayOfWeekFormat.Default)]
public DayOfWeekFormat DayOfWeekFormat { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Day |
Default | A Day |
Available values:
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) |
#Remarks
The format type defined by the DayOfWeekFormat property is applied to dimension date-time values, if the Dimension.DateTimeGroupInterval property is set to DateTimeGroupInterval.DayOfWeek.