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

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

Syntax

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

Parameters

nIndex
Integer

Property Value

dbiAppointmentItem

Requirements

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

See Also