Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule Namespace / C1Schedule Class / CreateReccuringAppointment Method

In This Topic
    CreateReccuringAppointment Method (C1Schedule)
    In This Topic
    Creates a new recurring 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 CreateReccuringAppointment() 
    public void CreateReccuringAppointment()
    See Also