Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / EditRecurrence Method
The C1.C1Schedule.Appointment object to edit.

In This Topic
    EditRecurrence Method (C1Schedule)
    In This Topic
    Opens C1.Win.C1Schedule.Forms.RecurrenceForm dialog for editing existent or newly created C1.C1Schedule.RecurrencePattern object for the specified C1.C1Schedule.Appointment.
    Syntax
    'Declaration
     
    Public Sub EditRecurrence( _
       ByVal appointment As Appointment _
    ) 
    public void EditRecurrence( 
       Appointment appointment
    )

    Parameters

    appointment
    The C1.C1Schedule.Appointment object to edit.
    See Also