Skip to main content
All docs
V25.1
  • WeeklyRecurrenceBuilder.WeekStart(DayOfWeek) Method

    Specifies the first day of the week.

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v25.1.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