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

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

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