dbicCalendar Send comments on this topic.
Insert Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > DaysWeekendCollection Class : Insert Method

nIndex
The zero-based index location where the item is inserted.
item
The System.DateTime.DayOfWeek to insert into the collection.
Inserts an item at a specific location in the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal nIndex As Integer, _
   ByVal item As DayOfWeek _
) 
C# 
public void Insert( 
   int nIndex,
   DayOfWeek item
)

Parameters

nIndex
The zero-based index location where the item is inserted.
item
The System.DateTime.DayOfWeek to insert into the collection.

Requirements

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

See Also