Scheduler for WinRT
CopyFrom(Appointment,Boolean,Boolean) Method


The Appointment instance to copy.
Specifies whether to copy internal keys.
Specifies whether to copy recurrence information if any.
Copies properties from the specified Appointment object to this one.
Syntax
'Declaration
 
Public Overloads Sub CopyFrom( _
   ByVal app As Appointment, _
   ByVal includeKeys As Boolean, _
   ByVal includeRecurrenceInformation As Boolean _
) 
'Usage
 
Dim instance As Appointment
Dim app As Appointment
Dim includeKeys As Boolean
Dim includeRecurrenceInformation As Boolean
 
instance.CopyFrom(app, includeKeys, includeRecurrenceInformation)

Parameters

app
The Appointment instance to copy.
includeKeys
Specifies whether to copy internal keys.
includeRecurrenceInformation
Specifies whether to copy recurrence information if any.
Remarks

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.

Requirements

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

See Also

Reference

Appointment Class
Appointment Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.