C1.C1Schedule Namespace > Appointment Class > CopyFrom Method : CopyFrom(Appointment,Boolean,Boolean) Method |
'Declaration
Public Overloads Sub CopyFrom( _ ByVal app As Appointment, _ ByVal includeKeys As System.Boolean, _ ByVal includeRecurrenceInformation As System.Boolean _ )
public void CopyFrom( Appointment app, System.bool includeKeys, System.bool includeRecurrenceInformation )
Set includeKeys to true if you want to receive exact copy of the specified Appointment object.
Set includeKeys to false in order to copy only descriptive Appointment properties to other Appointment object (for example, if you want to duplicate appointment from one day to another).
Set includeRecurrenceInformation to false to exclude RecurrenceState, ParentRecurrence and RecurrencePattern information.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2