dbicDayView Send comments on this topic.
IndexOf(dbiTaskItem) Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiTaskCollection Class : IndexOf(dbiTaskItem) Method

item
dbiTaskItem
Returns the index of a specified item within the collection.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal item As dbiTaskItem _
) As Integer
C# 
public int IndexOf( 
   dbiTaskItem item
)

Parameters

item
dbiTaskItem

Return Value

Integer

Requirements

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

See Also