Search
Recurrence.getYearlyRecurrence Method
See Also
 






Gets the type of yearly recurrence.

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

 Syntax

Java  Copy Code

public YearlyRecurrence getYearlyRecurrence ()

 Return Value

One of the YearlyRecurrence constants.

 Remarks

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

 See Also