Search
Recurrence.setNumOccurrences Method
See Also
 






Sets how many times the recurring event should occur.

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

 Syntax

Java  Copy Code

public void setNumOccurrences (
    int value
)

 Parameters

value

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

 See Also