'宣言 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オブジェクト。