ExactWorkDay(DateTime, String) Constructor
Initializes a new instance of the ExactWorkDay class with the specified date and display name.
Namespace: DevExpress.Schedule
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
date | DateTime | A DateTime value that specifies the date of the working day. This value is assigned to the KnownDateDay.Date property. |
displayName | String | A String which specifies the display name of the working day. This value is assigned to the KnownDateDay.DisplayName property. |
See Also