[]
Retrieves the AppointmentList object which contains the list of occurrences of Appointment objects which are in conflict with the specified appointment.
public AppointmentList GetConflicts(Appointment appointment)
Type | Name | Description |
---|---|---|
Appointment | appointment | The Appointment object. |
Type | Description |
---|---|
AppointmentList | The AppointmentList object. |