Search
Recurrence.setMonths Method
See Also
 






Sets how many months should pass before the event occurs again.

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

 Syntax

Java  Copy Code

public void setMonths (
    int value
)

 Parameters

value

An integer value specifying the number of days between event occurrences. The minimal allowed value is 1.

 Remarks

This value is used when the recurrence getPattern is RecurrencePattern.Monthly.

 See Also