ComponentOne Scheduler for WinForms
RecurrenceForm Constructor

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule.Forms Namespace > RecurrenceForm Class : RecurrenceForm Constructor
The owning C1.Win.C1Schedule.C1Schedule component.
The C1.C1Schedule.RecurrencePattern object.
The System.Boolean value indicating if the form will be used for filling the new pattern or for editing of existing one.
Initializes a new instance of the RecurrenceForm form.
Syntax
'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.C1Schedule.C1Schedule component.
pattern
The C1.C1Schedule.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.
See Also

Reference

RecurrenceForm Class
RecurrenceForm Members