MindFusion.Java Package Programmer's Guide
Item.clone Method
See Also
 






Creates a clone of this item.

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

 Syntax

Java  Copy Code

public abstract Item clone ()

 Return Value

A reference to the newly created item.

 Remarks

The clone of a recurring item is not an occurrence but an ordinary item. Aside from this, the clone is an exact duplicate of the original item.

 See Also

Item Members
Item Class
com.mindfusion.scheduling.model Namespace