Skip to main content

WeekDaysWorkDay Class

Represents a class that defines which days of the week are the work days.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public class WeekDaysWorkDay :
    WorkDay

The following members return WeekDaysWorkDay objects:

Remarks

An instance of this class is actually created when the WorkDaysCollection.Add method is called.

Inheritance

Object
WorkDay
WeekDaysWorkDay
See Also