A newer version of this page is available.
Switch to the current version.
KnownDateDay Class
Serves as a base class to represent a day corresponding to the particular date.
Namespace: DevExpress.Schedule
Assembly: DevExpress.Data.v18.2.dll
Declaration
public abstract class KnownDateDay :
WorkDay
Public MustInherit Class KnownDateDay
Inherits 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.
See Also
Feedback