Skip to main content

WeekIntervalCollection() Constructor

Initializes a new instance of the WeekIntervalCollection class with the default settings.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public WeekIntervalCollection()

Remarks

In this case the interval is set to 7 days, the WeekIntervalCollection.FirstDayOfWeek property is set to Sunday and the WeekIntervalCollection.CompressWeekend property is set to false.

See Also