WeekDaysWorkDay.IsWorkDay(DateTime) Method
In This Article
Determines whether the specified date is treated as a working day.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
date | Date |
A Date |
#Returns
Type | Description |
---|---|
Boolean | true if the specified day is a working day; otherwise, false. |
#Remarks
The IsWorkDay method is now obsolete. Use the WeekDaysWorkDay.CheckDate method instead.
See Also