Initializes a new instance of the C1AppointmentCollection class.

Namespace:  C1.Web.UI.Controls.C1Schedule
Assembly:  C1ScheduleClient (in C1ScheduleClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1Schedule.C1AppointmentCollection = function(schedule);

Parameters

schedule
Type: C1.Web.UI.Controls.C1Schedule..::..C1Schedule
The C1Schedule control instance.

See Also