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

nIndex
The index value of the item in the collection.
Gets or sets the item at a specific index in the collection.

Syntax

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

Parameters

nIndex
The index value of the item in the collection.

Requirements

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

See Also