Skip to main content

SchedulerPrintAdapter.GetWorkDays() Method

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

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v26.1.Core.Desktop.dll

Declaration

public virtual WorkDaysCollection GetWorkDays()

Returns

Type Description
WorkDaysCollection

A WorkDaysCollection object which identifies work days.

See Also