WeekDaysWorkDay Class
Represents a class that defines which days of the week are the work days.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Related API Members
The following members return WeekDaysWorkDay objects:
Remarks
An instance of this class is actually created when the WorkDaysCollection.Add method is called.
See Also