Skip to main content
All docs
V25.1
  • MonthlyRecurrenceBuilder.ByMonth(Int32) Method

    Specifies the delay in months from the specified series’ start time.

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public MonthlyRecurrenceBuilderLimited ByMonth(
        int month
    )

    Parameters

    Name Type Description
    month Int32

    An integer value between 1 and 12, inclusive, that is the delay in months.

    Returns

    Type Description
    DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilderLimited

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

    Remarks

    The total delay is the sum of values passed as ByMonth, ByHour, and ByMinute method parameters.

    See Also