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

WeekIntervalCollection.FirstDayOfWeek Property

Gets or sets the day which will be the first day of the week for the week interval collection.

Namespace: DevExpress.XtraScheduler

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

Declaration

public DayOfWeek FirstDayOfWeek { get; set; }

Property Value

Type Description
DayOfWeek

A DayOfWeek enumeration value specifying the start day of the week.

Remarks

Use this property to specify the first day of the week for a week interval collection. Note, that the start date of the week interval collection is specified via its TimeIntervalCollection.Start property.

See Also