dbicDayView Send comments on this topic.
Item Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiDayFormatCollection Class : Item Property

nIndex
Integer
Gets or sets the dbiContactItem at a specific index value.

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal nIndex As Integer _
) As dbiDayFormat
C# 
public dbiDayFormat this[ 
   int nIndex
]; {get; set;}

Parameters

nIndex
Integer

Property Value

dbiContactItem

Requirements

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

See Also