Search
Recurrence.getNumOccurrences Method
See Also
 






Gets how many times the recurring event should occur.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public int getNumOccurrences ()

 Return Value

An integer value specifying the number of occurrences. The allowed values range from 1 to 999.

 See Also