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