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.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
public AppointmentList GetConflicts( Appointment appointment ) |
| Visual Basic (Declaration) |
|---|
Public Function GetConflicts ( _ appointment As Appointment _ ) As AppointmentList |
Parameters
- appointment
- Type: C1.C1Schedule..::..Appointment
The Appointment object.