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

nIndex
The 0-based index of the appointment to test for conflicts with.
bSearchAll
True - Confine search to current column, False - Search all columns for conflicts.
Determines the first appointment that conflicts with a specific appointment.

Syntax

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

Parameters

nIndex
The 0-based index of the appointment 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