dbicDropDate Send comments on this topic.
Insert Method
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > dbiDaysWeekendCollection Class : Insert Method

nIndex
The index value of the inserted item.
item
The day of the week to insert into the collection.
Inserts a new day of the week to 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 index value of the inserted item.
item
The day of the week to insert into the collection.

Return Value

This method does not return a value.

Requirements

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

See Also