corelibraries-devexpress-dot-schedule-c581f445.md
Represents a day that is recognized as a work day.
Namespace : DevExpress.Schedule
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public class ExactWorkDay :
KnownDateDay
Public Class ExactWorkDay
Inherits KnownDateDay
The following members return ExactWorkDay objects:
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.
Object WorkDay KnownDateDay ExactWorkDay
See Also