Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / DateAppointments Class / DateAppointments Constructor
The System.DateTime value determining the represented date.

In This Topic
    DateAppointments Constructor
    In This Topic
    Initializes a new instance of the DateAppointments class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal date As System.Date _
    )
    public DateAppointments( 
       System.DateTime date
    )

    Parameters

    date
    The System.DateTime value determining the represented date.
    See Also