| Visual Basic (Declaration) | |
|---|---|
Public Function AppointmentConflict( _ ByVal objSrcAppoint As dbiAppointmentItem, _ ByVal bSearchAll As Boolean _ ) As Integer | |
| C# | |
|---|---|
public int AppointmentConflict( dbiAppointmentItem objSrcAppoint, bool bSearchAll ) | |
Parameters
- objSrcAppoint
- Source dbiAppointmentItem to check against the AppointmentCollection.
- bSearchAll
- True - Confine search to current column, False - Search all columns for conflicts.