YearlyRecurrenceBuilder.Interval(Int32) Method
Specifies the interval (in years) between the starts of occurrences.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v25.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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