ExactWorkDay Class
Represents a day that is recognized as a work day.
Namespace: DevExpress.Schedule
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Related API Members
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
Object
WorkDay
KnownDateDay
ExactWorkDay
See Also