指定されたパラメータを使用して、
Appointmentクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Date, _
ByVal As System.Date, _
ByVal As System.String _
)
public Appointment(
System.DateTime ,
System.DateTime ,
System.string
)
パラメータ
- start
- 予定の開始日時を指定する System.DateTime値。
- end
- 予定の終了日時を指定する System.DateTime値。
- subject
- 予定のタイトルを含む System.String値。
参照