Search
Recurrence.setRecurrenceEnd Method
See Also
 






Sets when the event should stop recurring.

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

 Syntax

Java  Copy Code

public void setRecurrenceEnd (
    RecurrenceEnd value
)

 Parameters

value

One of the RecurrenceEnd constants.

 See Also