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

WeekDaysWorkDay.Type Property

Returns the type of the day that is a working day.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public override WorkDayType Type { get; }

Property Value

Type Description
WorkDayType

A WorkDayType.WeekDay enumeration member.

Available values:

Name Description
WeekDay

Indicates a weekday.

Holiday

Indicates that this day is a holiday.

ExactWorkDay

Indicates that a particular, exact date is a work day.

See Also