Search
Recurrence.clone Method
See Also
 






Creates an exact copy of this Recurrence object.

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

 Syntax

Java  Copy Code

public Recurrence clone ()

 Return Value

A new Recurrence object, cloned from this one.

 See Also