Search
Recurrence.setYearlyRecurrence Method
See Also
 






Sets the type of yearly recurrence.

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

 Syntax

Java  Copy Code

public void setYearlyRecurrence (
    YearlyRecurrence value
)

 Parameters

value

One of the YearlyRecurrence constants.

 Remarks

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

 See Also