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

WeekIntervalCollection() Constructor

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

Namespace: DevExpress.XtraScheduler

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

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