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

SchedulerPrintAdapter.GetFirstDayOfWeek() Method

Gets the SchedulerControl.FirstDayOfWeek value specified for the Scheduler control.

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

public virtual DayOfWeek GetFirstDayOfWeek()

Returns

Type Description
DayOfWeek

A DayOfWeek enumeration value specifying the start day of the week for the Scheduler.

Remarks

The GetFirstDayOfWeek method enables you to obtain the original SchedulerControl.FirstDayOfWeek value if the SchedulerPrintAdapter.FirstDayOfWeek property is set differently.

See Also