'Declaration Public Function New( _ ByVal schedule As C1Schedule, _ ByVal pattern As RecurrencePattern, _ ByVal isNew As System.Boolean _ )
public RecurrenceForm( C1Schedule schedule, RecurrencePattern pattern, System.bool isNew )
Parameters
- schedule
- The owning C1.Win.Schedule.C1Schedule component.
- pattern
- The C1.Schedule.RecurrencePattern object.
- isNew
- The System.Boolean value indicating if the form will be used for filling the new pattern or for editing of existing one.