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

objAppoint
The dbiAppointmentItem 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 objAppoint As dbiAppointmentItem, _
   ByVal bSearchAll As Boolean _
) As Integer
C# 
public int FindFirstConflict( 
   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