AppointmentForm Constructor(C1Schedule,DateTime,DateTime,Boolean,Boolean)
In This Topic
Initializes a new instance of the
AppointmentForm form with default settings.
Syntax
'Declaration
Public Function New( _
ByVal As C1Schedule, _
ByVal As System.Date, _
ByVal As System.Date, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
)
public AppointmentForm(
C1Schedule ,
System.DateTime ,
System.DateTime ,
System.bool ,
System.bool
)
Parameters
- schedule
- The owning C1.Win.C1Schedule.C1Schedule component.
- start
- The start of an appointment.
- end
- The end of an appointment.
- allDay
- Determines whether the new appointment should be an AllDay event.
- recurring
- Determines whether the new appointment should be recurring.
See Also