WorkDay.CheckDate(DateTime) Method
Determines how to treat the specified date in terms of the work day and a holiday.
Namespace: DevExpress.Schedule
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| date | DateTime | A DateTime value, representing the date to check. |
Returns
| Type | Description |
|---|---|
| DateCheckResult | A DateCheckResult enumeration member. |
Remarks
This method should be overridden in WorkDay class descendants to provide the necessary functionality.
See Also