Skip to main content

WorkDay.CheckDate(DateTime) Method

Determines how to treat the specified date in terms of the work day and a holiday.

Namespace: DevExpress.Schedule

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public abstract DateCheckResult CheckDate(
    DateTime date
)

Parameters

Name Type Description
date DateTime

A DateTime value, representing the date to check.

Returns

Type Description
DateCheckResult

A DateCheckResult enumeration member.

Remarks

This method should be overridden in WorkDay class descendants to provide the necessary functionality.

See Also