Contents

interval

The interval at which the recurrence rule is applied.

Declaration

var interval: Int { get }

Discussion

This property allows you to define recurrence rules that skip a particular instance. For example, a rule whose frequency is INRecurrenceFrequency.weekly and whose interval is 2 represents a recurrence that occurs every two weeks, instead of every week.

See Also

Getting the Rule Conditions