Creates a clone of this item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public abstract Item Clone () |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function Clone () As Item |
This method is a pure abstract method and does not return a value.
RemarksThe 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