dbicCalendar Send comments on this topic.
Item Property
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > DateTimeCollection Class : Item Property

nIndex
The index of the Date to return.
Gets a Date in the collection based on the index number.

Syntax

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

Parameters

nIndex
The index of the Date to return.

Property Value

DateTime

Requirements

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

See Also