WorkDay.CheckDate(DateTime) Method
In This Article
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
public abstract DateCheckResult CheckDate(
DateTime date
)
#Parameters
Name | Type | Description |
---|---|---|
date | Date |
A Date |
#Returns
Type | Description |
---|---|
Date |
A Date |
#Remarks
This method should be overridden in WorkDay class descendants to provide the necessary functionality.
See Also