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

RecurrenceInfo.FirstDayOfWeek Property

Gets or sets the day which will be the first day of the week used for calculating occurrences.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public DayOfWeek FirstDayOfWeek { get; set; }

Property Value

Type Description
DayOfWeek

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

Implements

See Also