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

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > Appointment クラス > Appointment コンストラクタ : Appointment コンストラクタ(DateTime,DateTime)
The System.DateTime value which specifies the start date and time of the appointment.
The System.DateTime value which specifies the end date and time of the appointment.
Initializes a new instance of the Appointment class with the specified parameters.
シンタックス
'宣言
 
Public Function New( _
   ByVal start As System.Date, _
   ByVal end As System.Date _
)
public Appointment( 
   System.DateTime start,
   System.DateTime end
)

パラメータ

start
The System.DateTime value which specifies the start date and time of the appointment.
end
The System.DateTime value which specifies the end date and time of the appointment.
参照

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