Back to Devexpress

ExactWorkDay Class

corelibraries-devexpress-dot-schedule-c581f445.md

latest1.8 KB
Original Source

ExactWorkDay Class

Represents a day that is recognized as a work day.

Namespace : DevExpress.Schedule

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public class ExactWorkDay :
    KnownDateDay
vb
Public Class ExactWorkDay
    Inherits 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

Object WorkDay KnownDateDay ExactWorkDay

See Also

ExactWorkDay Members

DevExpress.Schedule Namespace