Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Events.RecurrenceRule.Interval

Queries interval.

Component Version macOS Windows Linux Server iOS SDK
Events 6.2 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "Events.RecurrenceRule.Interval"; EKRecurrenceRule )   More

Parameters

Parameter Description Example
EKRecurrenceRule The reference to the recurrence rule. $RecurrenceRule

Result

Returns number or error.

Description

Queries interval.
The interval of a rules is an integer value which specifies how often the recurrence rule repeats over the unit of time described by the frequency. For example, if the frequency is weekly, then an interval of 1 means the pattern is repeated every week. A value of 2 indicates it is repeated every other week, 3 means every third week, and so on. The value must be a positive integer; 0 is not a valid value, and nil will be returned if the client attempts to initialize a rule with a negative or zero interval.

This function checks for a license.

Created 10th March 2016, last changed 13th March 2016


Events.RecurrenceRule.GetRecurrenceEnd - Events.RecurrenceRule.MonthsOfTheYear