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

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > C1Scheduler クラス > NewAppointmentDialog メソッド : NewAppointmentDialog(DateTime,DateTime) メソッド
The start value.
The end value.
Shows the Edit Appointment dialog for the creation of a new C1.C1Schedule.Appointment object with the specified start and end values.
シンタックス
'宣言
 
Public Overloads Sub NewAppointmentDialog( _
   ByVal start As System.Date, _
   ByVal end As System.Date _
) 
public void NewAppointmentDialog( 
   System.DateTime start,
   System.DateTime end
)

パラメータ

start
The start value.
end
The end value.
解説
The value of the C1.C1Schedule.Appointment.AllDayEvent property is determined according the start and end values.
参照

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