C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / AppointmentCollection Class / GetConflicts Method
The Appointment object.

In This Topic
GetConflicts Method
In This Topic
Retrieves the AppointmentList object which contains the list of occurrences of Appointment objects which are in conflict with the specified appointment.
Syntax
'Declaration
 
Public Function GetConflicts( _
   ByVal appointment As Appointment _
) As AppointmentList
 

Parameters

appointment
The Appointment object.

Return Value

The AppointmentList object.
See Also