Search
Recurrence.setMonthlyRecurrence Method
See Also
 






Sets the type of monthly recurrence.

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

 Syntax

Java  Copy Code

public void setMonthlyRecurrence (
    MonthlyRecurrence value
)

 Parameters

value

One of the MonthlyRecurrence constants.

 Remarks

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

 See Also