KnownDateDay Class
Serves as a base class to represent a day corresponding to the particular date.
Namespace: DevExpress.Schedule
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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