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

KnownDateDay Class

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

Namespace: DevExpress.Schedule

Assembly: DevExpress.Data.v19.1.dll

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