ComponentOne Scheduler for WinForms
EditRecurrence Method

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : EditRecurrence Method
The C1.C1Schedule.Appointment object to edit.
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

Reference

C1Schedule Class
C1Schedule Members