| Visual Basic (Declaration) | |
|---|---|
Public Function IndexOf( _ ByVal obj As dbiAppointmentItem _ ) As Integer | |
| C# | |
|---|---|
public int IndexOf( dbiAppointmentItem obj ) | |
Parameters
- obj
- The dbiAppointmentItem to locate in the collection.
| dbicDayView | Send comments on this topic. |
| IndexOf(dbiAppointmentItem) Method | |
| See Also | |
|
| dbicPIM Assembly > Dbi.PIM Namespace > AlarmItemCollection Class : IndexOf(dbiAppointmentItem) Method |
| Visual Basic (Declaration) | |
|---|---|
Public Function IndexOf( _ ByVal obj As dbiAppointmentItem _ ) As Integer | |
| C# | |
|---|---|
public int IndexOf( dbiAppointmentItem obj ) | |