'Declaration
Public Overloads Sub NewAppointmentDialog( _ ByVal start As Date, _ ByVal end As Date, _ ByVal groupOwner As BaseObject _ )
public void NewAppointmentDialog( DateTime start, DateTime end, BaseObject groupOwner )
Parameters
- start
- The start value.
- end
- The end value.
- groupOwner
- The object determining SchedulerGroupItemen for which appointment should be created.