Skip to main content

KnownDateDay Class

Serves as a base class to represent a day corresponding to the particular date.

Namespace: DevExpress.Schedule

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public abstract class KnownDateDay :
    WorkDay

Remarks

The KnownDateDay class introduces the KnownDateDay.Date and KnownDateDay.DisplayName properties. It allows you to associate a string with a particular date, i.e. to name a date.

The descendants of the KnownDateDay class are used to establish a working activity for an exact date.

Inheritance

See Also