Skip to main content
All docs
V25.1
  • MonthlyRecurrenceBuilder.ByDay(DayOfWeek, Int32) Method

    Specifies the day on which to schedule occurrences.

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v25.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public MonthlyRecurrenceBuilder ByDay(
        DayOfWeek dayOfWeek,
        int dayNumber = 1
    )

    Parameters

    Name Type Description
    dayOfWeek DayOfWeek

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

    Optional Parameters

    Name Type Default Description
    dayNumber Int32 1

    An integer value that specifies the week.

    Returns

    Type Description
    MonthlyRecurrenceBuilder

    A DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilder object used to define a monthly recurrence.

    See Also