Scheduler for WinForms
CopyFrom(Appointment,Boolean,Boolean) メソッド

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > Appointment クラス > CopyFrom メソッド : CopyFrom(Appointment,Boolean,Boolean) メソッド
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.
シンタックス
'宣言
 
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
)

パラメータ

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

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.

参照

Appointment クラス
Appointment メンバ
オーバーロード一覧