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

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > C1Scheduler クラス > NewAppointmentDialog メソッド : NewAppointmentDialog(DateTime,DateTime,BaseObject) メソッド
Shows the Edit Appointment dialog for the creation of a new C1.C1Schedule.Appointment object. Edit Appointment dialog is initialized according to the SelectedDateTimeInterval property value if it is not null; or according to the current date and time and the VisualIntervalScale property value otherwise.
シンタックス
'宣言
 
Public Overloads Sub NewAppointmentDialog( _
   ByVal start As System.Date, _
   ByVal end As System.Date, _
   ByVal groupOwner As BaseObject _
) 
public void NewAppointmentDialog( 
   System.DateTime start,
   System.DateTime end,
   BaseObject groupOwner
)

パラメータ

start
end
groupOwner
解説
This methods implements the NewAppointmentDialogCommand command.
参照

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