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

obj
The dbiCustomArea object to add to the collection.
Adds a new item to the CustomAreaCollection object.

Syntax

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

Parameters

obj
The dbiCustomArea object to add to the collection.

Return Value

The zero-based index of the item in the collection.

Requirements

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

See Also