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

Determines the first appointment that conflicts with a specific appointment.

Overload List

OverloadDescription
FindFirstConflict(Int32,Boolean)Determines the first appointment that conflicts with a specific appointment.  
FindFirstConflict(dbiAppointmentItem,Boolean)Determines the first appointment that conflicts with a specific appointment.  

Remarks

The ConflictOffset property determines at what overlap point a conflict will be found.

For additional information, please see Conflict Checking.

Requirements

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

See Also