Scheduler for WinForms
Appointment コンストラクタ(DateTime,TimeSpan)

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 > Appointment クラス > Appointment コンストラクタ : Appointment コンストラクタ(DateTime,TimeSpan)
予定の開始日時を指定する System.DateTime値。
予定の期間を指定する System.TimeSpan値。
指定したパラメータを持つ Appointmentクラスの 新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal start As System.Date, _
   ByVal duration As System.TimeSpan _
)
public Appointment( 
   System.DateTime start,
   System.TimeSpan duration
)

パラメータ

start
予定の開始日時を指定する System.DateTime値。
duration
予定の期間を指定する System.TimeSpan値。
参照

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