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

nIndex
The index of the item to get or set in the collection.
Gets or sets the item at a specific location 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 of the item to get or set in the collection.

Property Value

The System.DateTime.DayOfWeek member.

Requirements

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

See Also