Skip to main content
A newer version of this page is available. .

DayOfWeekFormat Enum

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public enum DayOfWeekFormat

Members

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

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

See Also