Back to Devexpress

WorkDay Class

corelibraries-devexpress-dot-schedule-0875f059.md

latest1.3 KB
Original Source

WorkDay Class

Serves as a base class for classes that represent a day, regarding the working activity recognized for the specific date.

Namespace : DevExpress.Schedule

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public abstract class WorkDay :
    ICloneable
vb
Public MustInherit Class WorkDay
    Implements ICloneable

Remarks

The WorkDay class introduces the WorkDay.CheckDate method that is used to check whether the date corresponds to a day, established as a work day.

Inheritance

Object WorkDay KnownDateDay

WeekDaysWorkDay

ExactWorkDay

Holiday

See Also

WorkDay Members

DevExpress.Schedule Namespace