Retrieves the AppointmentList object which contains
the list of occurrences of Appointment objects
which are in conflict with the specified appointment.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public AppointmentList GetConflicts( Appointment appointment ) |
Visual Basic |
---|
Public Function GetConflicts ( _ appointment As Appointment _ ) As AppointmentList |
Parameters
- appointment
- Type: C1.C1Schedule..::..Appointment
The Appointment object.