Skip to main content

WeeklyRecurrenceBuilder.WeekStart(DayOfWeek) Method

Specifies the first day of the week.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public WeeklyRecurrenceBuilder WeekStart(
    DayOfWeek dayOfWeek
)

Parameters

Name Type Description
dayOfWeek DayOfWeek

A System.DayOfWeek value that specifies the first day of the week.

Returns

Type Description
WeeklyRecurrenceBuilder

A DevExpress.Xpf.Scheduling.WeeklyRecurrenceBuilder object used to define a weekly recurrence.

See Also