C1.Silverlight.Schedule.5
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
public AppointmentList GetConflicts( 
   Appointment appointment
)

Parameters

appointment
The Appointment object.

Return Value

The AppointmentList object.
See Also

Reference

AppointmentCollection Class
AppointmentCollection Members

 

 


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