Gets the list of appointments for a given date.

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

Syntax

JavaScript
function getAppointmentsForDate(date);

Parameters

date
Type: System..::..DateTime
The date to filter the appointment list with.

Return Value

List of appointments.

See Also