MindFusion.Scheduling for Silverlight Programmer's Guide
Appointment.Clone Method
See Also
 





Creates an exact shallow clone of this appointment.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public override Object Clone ()

Visual Basic  Copy Code

Public Overrides Function Clone () As Object

 Return Value

A new Appointment object representing a shallow copy of this one.

 Remarks

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.

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace