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

ExactWorkDay Class

Represents a day that is recognized as a work day.

Namespace: DevExpress.Schedule

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public class ExactWorkDay :
    KnownDateDay

The following members return ExactWorkDay objects:

Remarks

The ExactWorkDay class establishes a specified date as a work day. It provides a KnownDateDay.DisplayName property for display within a scheduler. This object’s instance should be added to the WorkDaysCollection of a scheduler control, available via the SchedulerControl.WorkDays property, for the day to be recognized as a work day.

Create these class instances for dates that are usually regarded as holidays or non-working days, but are found to be work days in a particular year.

Inheritance

See Also