Scheduler for WPF
NewAppointmentDialog(DateTime,DateTime) メソッド

C1.WPF.Schedule.4.5.2 アセンブリ > C1.WPF.Schedule 名前空間 > C1Scheduler クラス > NewAppointmentDialog メソッド : NewAppointmentDialog(DateTime,DateTime) メソッド
開始値。
終了値。
指定された開始値と終了値で持つ新しい C1.C1Schedule.Appointmentオブジェクトを作成するための[Edit Appointment]ダイアログを表示します。
シンタックス
'宣言
 
Public Overloads Sub NewAppointmentDialog( _
   ByVal start As System.Date, _
   ByVal end As System.Date _
) 
public void NewAppointmentDialog( 
   System.DateTime start,
   System.DateTime end
)

パラメータ

start
開始値。
end
終了値。
解説
AllDayEventプロパティの値は、開始値と終了値に従って決定されます。
参照

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