Scheduler for WinForms
Add(DateTime,TimeSpan) メソッド

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 > AppointmentCollection クラス > Add メソッド : Add(DateTime,TimeSpan) メソッド
予定の開始日時を指定する System.DateTime値。
予定の期間を指定する System.TimeSpan値。
指定したパラメータを持つ新しい Appointmentオブジェクトを作成し、それをコレクションに追加します。
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal start As System.Date, _
   ByVal duration As System.TimeSpan _
) As Appointment
public Appointment Add( 
   System.DateTime start,
   System.TimeSpan duration
)

パラメータ

start
予定の開始日時を指定する System.DateTime値。
duration
予定の期間を指定する System.TimeSpan値。

戻り値の型

Appointmentオブジェクト。
参照

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