Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.Forms Namespace / AppointmentForm Class / AppointmentForm Constructor / AppointmentForm Constructor(C1Schedule,DateTime,DateTime,Boolean,Boolean)
The owning C1.Win.C1Schedule.C1Schedule component.
The start of an appointment.
The end of an appointment.
Determines whether the new appointment should be an AllDay event.
Determines whether the new appointment should be recurring.

In This Topic
    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 schedule As C1Schedule, _
       ByVal start As System.Date, _
       ByVal end As System.Date, _
       ByVal allDay As System.Boolean, _
       ByVal recurring As System.Boolean _
    )
    public AppointmentForm( 
       C1Schedule schedule,
       System.DateTime start,
       System.DateTime end,
       System.bool allDay,
       System.bool recurring
    )

    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