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

WeekDaysWorkDay Class

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

Namespace: DevExpress.XtraScheduler

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

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