Creates an exact shallow clone of this appointment.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public override Object Clone () |
Visual Basic Copy Code |
---|
Public Overrides Function Clone () As Object |
A new Appointment object representing a shallow copy of this one.
The Clone method creates an exact copy of an item with the following exceptions. The duplicates of a recurring item created through the Clone method are no longer recurring items. The Id of the newly created item is unique and not the same as the Id of the source item.