Search
Recurrence.getOccurrence Method ()
See Also
 






Gets on which occurrence of the day type specified in getDay the event occurs.

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

 Syntax

Java  Copy Code

public Occurrence getOccurrence ()

 Return Value

One of the Occurrence constants.

 Remarks

This value is used when the recurrence getPattern is RecurrencePattern.Monthly or RecurrencePattern.Yearly and getMonthlyRecurrence or getYearlyRecurrence are ByDayType.

 See Also