Scheduler for UWP
Add(DateTime,DateTime,String) メソッド

C1.UWP.Schedule アセンブリ > C1.C1Schedule 名前空間 > AppointmentCollection クラス > Add メソッド : Add(DateTime,DateTime,String) メソッド
予定の開始日時を指定する System.DateTime値。
予定の終了日時を指定する System.DateTime値。
予定のタイトルを含む System.String値。
指定されたパラメータで新しい Appointmentオブジェクトを作成し、コレクションに追加します。
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal start As System.Date, _
   ByVal end As System.Date, _
   ByVal subject As System.String _
) As Appointment
public Appointment Add( 
   System.DateTime start,
   System.DateTime end,
   System.string subject
)

パラメータ

start
予定の開始日時を指定する System.DateTime値。
end
予定の終了日時を指定する System.DateTime値。
subject
予定のタイトルを含む System.String値。

戻り値の型

Appointmentオブジェクト。
参照

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