Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / AppointmentCollection Class / GetConflicts Method
The Appointment object.

In This Topic
    GetConflicts Method (AppointmentCollection)
    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
    public AppointmentList GetConflicts( 
       Appointment appointment
    )

    Parameters

    appointment
    The Appointment object.

    Return Value

    The AppointmentList object.
    See Also