Check whether an C1Appointment instance conflicts with others.

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

Syntax

JavaScript
function checkConflick(appointment);

Parameters

appointment
Type: C1.Web.UI.Controls.C1Schedule..::..C1Appointment
C1Appointment object subject to test.

Return Value

true if conflict exists; otherwise false.

See Also