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

WorkDay.IsWorkDay(DateTime) Method

Determines whether the specified date is treated as a working day for the current working day.

Namespace: DevExpress.Schedule

Assembly: DevExpress.Data.v18.2.dll

Declaration

public abstract bool IsWorkDay(
    DateTime date
)

Parameters

Name Type Description
date DateTime

A DateTime value representing the date to be identified.

Returns

Type Description
Boolean

true if the specified date is a working day; otherwise, false.

Remarks

The IsWorkDay method is now obsolete. Use the WorkDay.CheckDate method instead.

See Also