DailyRecurrenceBuilder.Interval(Int32) Method
Specifies the interval (in days) 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 days) between the starts of occurrences. |
Returns
| Type | Description |
|---|---|
| DevExpress.Xpf.Scheduling.DailyRecurrenceBuilderLimited | A DevExpress.Xpf.Scheduling.DailyRecurrenceBuilderLimited object used to define a daily recurrence. |
See Also