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

    Specifies the days 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(
        WeekDays weekDay,
        WeekOfMonth dayNumber
    )

    Parameters

    Name Type Description
    weekDay WeekDays

    A DevExpress.XtraScheduler.WeekDays enumeration value specifying the day/days in a week.

    dayNumber WeekOfMonth

    A DevExpress.XtraScheduler.WeekOfMonth enumeration value that specifies the specific day when the weekDay parameter is set to a range of days.

    Returns

    Type Description
    MonthlyRecurrenceBuilder

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

    See Also