WeekIntervalCollection() Constructor
Initializes a new instance of the WeekIntervalCollection class with the default settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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