Skip to main content

YearlyRecurrenceBuilder.Interval(Int32) Method

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public YearlyRecurrenceBuilder Interval(
    int interval
)

Parameters

Name Type Description
interval Int32

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

Returns

Type Description
YearlyRecurrenceBuilder

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

See Also