Skip to main content
A newer version of this page is available. .

WeekDaysWorkDay.CheckDate(DateTime) Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

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