Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / Appointment Class / Appointment Constructor / Appointment Constructor(DateTime,DateTime)
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.

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

    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.
    See Also