dbicDate Send comments on this topic.
Item Property
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDayFormatCollection Class : Item Property

nIndex
The index of the item to get or set in the collection.
Gets or sets the item as a specific location in the collection.

Syntax

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

Parameters

nIndex
The index of the item to get or set in the collection.

Property Value

dbiDayFormat

Remarks

If the index value provided in less that zero, or greater than the value in Count property of the dbiDayFormatCollection an ArgumentExceptionOutOfRange will occur.

Requirements

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

See Also