Search
Recurrence.numOccurrences Property
See Also
 






Gets or sets how many times a recurring event should occur.

Namespace: MindFusion.Scheduling
Assembly: Recurrence.js

 Syntax

JavaScript  Copy Code

get numOccurrences() {}
set numOccurrences(value) {}

 Property Value

An integer that specifies the number of occurrencies of the event.

 See Also