| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal nIndex As Integer, _ ByVal item As DayOfWeek _ ) | |
Parameters
- nIndex
- The zero-based index location where the item is inserted.
- item
- The System.DateTime.DayOfWeek to insert into the collection.
| dbicMonth | Send comments on this topic. |
| Insert Method | |
| See Also | |
|
| dbicPIM Assembly > Dbi.PIM Namespace > DaysWeekendCollection Class : Insert Method |
| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal nIndex As Integer, _ ByVal item As DayOfWeek _ ) | |