Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / Appointment Class / Appointment Constructor / Appointment Constructor(DateTime,DateTime,String)
The System.DateTime value which specifies the start date and time of the appointment.
The System.DateTime value which specifies the end date and time of the appointment.
The System.String value which contains the subject of the appointment.

In This Topic
    Appointment Constructor(DateTime,DateTime,String)
    In This Topic
    Initializes a new instance of the Appointment class with the specified parameters.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal start As System.Date, _
       ByVal end As System.Date, _
       ByVal subject As System.String _
    )
    public Appointment( 
       System.DateTime start,
       System.DateTime end,
       System.string subject
    )

    Parameters

    start
    The System.DateTime value which specifies the start date and time of the appointment.
    end
    The System.DateTime value which specifies the end date and time of the appointment.
    subject
    The System.String value which contains the subject of the appointment.
    See Also