Skip to main content

FirstDayOfWeek Enum

Lists the days which can be used to specify the first day of the week.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public enum FirstDayOfWeek

#Members

Name Description
System

The start day of the week will be obtained from the regional settings of the operating system.

Sunday

The calendar week will start with Sunday.

Monday

The calendar week will start with Monday.

Tuesday

The calendar week will start with Tuesday.

Wednesday

The calendar week will start with Wednesday.

Thursday

The calendar week will start with Thursday.

Friday

The calendar week will start with Friday.

Saturday

The calendar week will start with Saturday.

#Passed To

You can pass FirstDayOfWeek values to the OptionsView.FirstDayOfWeek property.

#Remarks

Use the FirstDayOfWeek enumeration's members to specify the first day of the week for a scheduler control. This enumeration's values are used by the OptionsView.FirstDayOfWeek property.

See Also