Skip to main content
All docs
V25.1
  • YearlyRecurrenceBuilder.ByMonthDay(Int32, WeekDays, WeekOfMonth) Method

    Specifies the date on which to schedule occurrences.

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public YearlyRecurrenceBuilder ByMonthDay(
        int month,
        WeekDays weekDay,
        WeekOfMonth dayNumber
    )

    Parameters

    Name Type Description
    month Int32

    An integer value between 1 and 12*, inclusive, that is the month number.

    weekDay WeekDays

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

    dayNumber WeekOfMonth

    A DevExpress.XtraScheduler.WeekOfMonth enumeration value specifying the week.

    Returns

    Type Description
    YearlyRecurrenceBuilder

    A DevExpress.Xpf.Scheduling.YearlyRecurrenceBuilder object used to define a yearly recurrence.

    See Also