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

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.v19.2.dll

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