CreateAppointment Method (C1Schedule)
In This Topic
Creates a new
C1.C1Schedule.Appointment object with default settings, shows it in the Edit Appointment dialog, and then adds it to the
C1.C1Schedule.AppointmentStorage.Appointments collection.
Syntax
'Declaration
Public Sub CreateAppointment()
public void CreateAppointment()
See Also