MindFusion.Scheduling for ASP.NET Programmer's Guide
Item.Clone Method
See Also
 





Creates an exact copy of this item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public abstract Object Clone ()

Visual Basic  Copy Code

Public MustOverride Function Clone () As Object

 Return Value

Type: Object
The newly created object identical to the current one.

 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
MindFusion.Scheduling Namespace