dbicMonth Send comments on this topic.
Add Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiTaskCollection Class : Add Method

item
The dbiTaskItem to add to the collection.
Add a dbiTaskItem to the collection.

Syntax

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

Parameters

item
The dbiTaskItem to add to the collection.

Return Value

An integer indicating the index of the dbiContactItem in the collection.

Requirements

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

See Also