| 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.
| dbicDate | Send comments on this topic. |
| Insert Method | |
| See Also | |
|
| dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDaysWeekendCollection Class : Insert Method |
| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal nIndex As Integer, _ ByVal item As DayOfWeek _ ) | |