Skip to main content
All docs
V25.1
  • YearlyRecurrenceBuilder.ByMonthDay(Int32, Int32) 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,
        int dayOfMonth
    )

    Parameters

    Name Type Description
    month Int32

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

    dayOfMonth Int32

    An integer value between 1 and 31, inclusive, that is the day number.

    Returns

    Type Description
    YearlyRecurrenceBuilder

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

    See Also