Holiday.CheckDate(DateTime) Method
In This Article
Determines whether the specified date is treated as a working day for the current holiday.
Namespace: DevExpress.Schedule
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public override DateCheckResult CheckDate(
DateTime date
)
#Parameters
Name | Type | Description |
---|---|---|
date | Date |
A Date |
#Returns
Type | Description |
---|---|
Date |
A Date |
#Remarks
The CheckDate method checks whether the date specified is the date of the Holiday object. If so, the DateCheckResult.Holiday value is returned.
See Also