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

DateCheckResult Enum

Lists the day types regarding the recognized working activity.

Namespace: DevExpress.Schedule

Assembly: DevExpress.Data.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

public enum DateCheckResult

Members

Name Description
Unknown

This date cannot be attributed to a working day or holiday.

Holiday

This date is treated as a holiday.

WorkDay

This date is treated as a working day.

See Also