NewAppointmentDialog() Method
In This Topic
Shows the Edit Appointment dialog for the creation of a new
C1.Schedule.Appointment object. Edit Appointment dialog is initialized according to the
C1Scheduler.SelectedDateTimeInterval property value if it is not null; or according to the current date and time and the
C1Scheduler.VisualIntervalScale property value otherwise.
Syntax
'Declaration
Public Overloads Sub NewAppointmentDialog()
public void NewAppointmentDialog()
See Also