'宣言 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
- 予定が作成される対象 SchedulerGroupItemを決定するオブジェクト。