Skip to main content

Holiday.IsWorkDay(DateTime) Method

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

Namespace: DevExpress.Schedule

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public override bool IsWorkDay(
    DateTime date
)

Parameters

Name Type Description
date DateTime

A DateTime value representing the date to be identified.

Returns

Type Description
Boolean

Always false.

Remarks

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

See Also