Skip to main content

WeekDaysWorkDay.CheckDate(DateTime) Method

Identifies the date type - whether it is a working day or a holiday.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public override DateCheckResult CheckDate(
    DateTime date
)

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