Search
Item.setRecurrence Method
See Also
 






Sets the recurrence pattern of this item.

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

 Syntax

Java  Copy Code

public void setRecurrence (
    Recurrence value
)

 Parameters

value

An instance of the Recurrence class. The default is null.

 Remarks

If this property is set, the item becomes a recurring event and the Calendar component displays multiple occurrences of the item. To detach a previously set recurrence from an item, set this property to null.

 See Also