dbicDayView Send comments on this topic.
FindNextConflict(dbiAppointmentItem,Boolean) Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class > FindNextConflict Method : FindNextConflict(dbiAppointmentItem,Boolean) Method

objAppoint
The dbiAppointmentItem to test for conflicts with.
bSearchAll
True - Confine search to current column, False - Search all columns for conflicts.
Tests for additional conflicts with an appointment.

Syntax

Visual Basic (Declaration) 
Overloads Public Function FindNextConflict( _
   ByVal objAppoint As dbiAppointmentItem, _
   ByVal bSearchAll As Boolean _
) As Integer
C# 
public int FindNextConflict( 
   dbiAppointmentItem objAppoint,
   bool bSearchAll
)

Parameters

objAppoint
The dbiAppointmentItem to test for conflicts with.
bSearchAll
True - Confine search to current column, False - Search all columns for conflicts.

Return Value

-1 if no conflicts found, otherwise the index value of the conflicting appointment.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also