Skip to main content

MonthlyRecurrenceBuilder.Interval(Int32) Method

Specifies the interval (in months) between the starts of occurrences.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public MonthlyRecurrenceBuilderLimited Interval(
    int interval
)

Parameters

Name Type Description
interval Int32

The interval (in months) between the starts of occurrences.

Returns

Type Description
DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilderLimited

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

See Also