WeekDaysWorkDay.CheckDate(DateTime) Method
Identifies the date type - whether it is a working day or a holiday.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
Name | Type | Description |
---|---|---|
date | DateTime | A DateTime value representing the date whose type has to be identified. |
Returns
Type | Description |
---|---|
DateCheckResult | A DateCheckResult enumeration value. |
See Also