Initializes a new instance of the DateAppointmentsCollection collection
for the specified date range with appointment from the specified AppointmentCollection collection.
Namespace:
C1.C1Schedule.PrintingAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public DateAppointmentsCollection( DateTime start, DateTime end, AppointmentCollection appointmentCollection ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ start As DateTime, _ end As DateTime, _ appointmentCollection As AppointmentCollection _ ) |
Parameters
- start
- Type: System..::..DateTime
The DateTime value representing the beginning of the date range.
- end
- Type: System..::..DateTime
The DateTime value representing the end of the date range.
- appointmentCollection
- Type: C1.C1Schedule..::..AppointmentCollection
The AppointmentCollection collection for getting appointments from.