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

WeekDaysWorkDay(WeekDays) Constructor

Initializes a new instance of the WeekDaysWorkDay class for the specified weekday or a group of days.

Namespace: DevExpress.XtraScheduler

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

Declaration

public WeekDaysWorkDay(
    WeekDays weekDays
)

Parameters

Name Type Description
weekDays WeekDays

A WeekDays enumeration member that defines a day or a group of days.

See Also