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

SchedulerPrintAdapter.GetWorkDays() Method

Obtains the collection which identifies which days are assigned to a workweek.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v20.1.Core.dll

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public virtual WorkDaysCollection GetWorkDays()

Returns

Type Description
WorkDaysCollection

A WorkDaysCollection object which identifies work days.

See Also