Scheduler for WinRT
GetConflicts Method


The Appointment object.
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
'Usage
 
Dim instance As AppointmentCollection
Dim appointment As Appointment
Dim value As AppointmentList
 
value = instance.GetConflicts(appointment)
public AppointmentList GetConflicts( 
   Appointment appointment
)

Parameters

appointment
The Appointment object.

Return Value

The AppointmentList object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AppointmentCollection Class
AppointmentCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.