バージョン

Appointment コンストラクタ(DateTime,DateTime)

指定された日時で新しい予定を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal startDateTime As Date, _
   ByVal endDateTime As Date _
)
public Appointment( 
   DateTime startDateTime,
   DateTime endDateTime
)

パラメータ

startDateTime
予定の開始日時。
endDateTime
予定の終了日時。
参照