Skip to main content

MinutelyRecurrenceBuilder.Interval(Int32) Method

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public MinutelyRecurrenceBuilder Interval(
    int interval
)

Parameters

Name Type Description
interval Int32

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

Returns

Type Description
MinutelyRecurrenceBuilder

A DevExpress.Xpf.Scheduling.MinutelyRecurrenceBuilder object used to define a minute recurrence.

See Also