Search
Recurrence.setOccurrence Method
See Also
 






Sets 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 void setOccurrence (
    Occurrence value
)

 Parameters

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