| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal nIndex As Integer, _ ByVal item As DayOfWeek _ ) | |
Parameters
- nIndex
- The index value of the inserted item.
- item
- The day of the week to insert into the collection.
| dbicDropDate | Send comments on this topic. |
| Insert Method | |
| See Also | |
|
| dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > dbiDaysWeekendCollection Class : Insert Method |
| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal nIndex As Integer, _ ByVal item As DayOfWeek _ ) | |