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