Scheduler for WPF | ComponentOne
C1.C1Schedule.Printing Namespace / DateAppointmentsCollection Class / DateAppointmentsCollection Constructor / DateAppointmentsCollection Constructor(DateTime,DateTime,AppointmentCollection,Boolean,Boolean)
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.
The System.Boolean value specifying whether to include days without appointments into collection.
The System.Boolean value specifying whether to include private appointments into collection.

In This Topic
    DateAppointmentsCollection Constructor(DateTime,DateTime,AppointmentCollection,Boolean,Boolean)
    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

    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.
    includeEmptyDays
    The System.Boolean value specifying whether to include days without appointments into collection.
    includePrivateAppointments
    The System.Boolean value specifying whether to include private appointments into collection.
    See Also