Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / DateAppointmentsCollection Class / DateAppointmentsCollection Constructor / DateAppointmentsCollection Constructor(DateTime,DateTime,AppointmentCollection)
The System.DateTime value representing the beginning of the date range.
The System.DateTime value representing the end of the date range.
The C1.C1Schedule.AppointmentCollection collection for getting appointments from.

In This Topic
    DateAppointmentsCollection Constructor(DateTime,DateTime,AppointmentCollection)
    In This Topic
    Initializes a new instance of the DateAppointmentsCollection collection for the specified date range with appointment from the specified C1.C1Schedule.AppointmentCollection collection.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal start As System.Date, _
       ByVal end As System.Date, _
       ByVal appointmentCollection As AppointmentCollection _
    )
    public DateAppointmentsCollection( 
       System.DateTime start,
       System.DateTime end,
       AppointmentCollection appointmentCollection
    )

    Parameters

    start
    The System.DateTime value representing the beginning of the date range.
    end
    The System.DateTime value representing the end of the date range.
    appointmentCollection
    The C1.C1Schedule.AppointmentCollection collection for getting appointments from.
    See Also