'Usage Dim instance As HolidayCollection Dim index As Integer Dim holiday As IHoliday instance.Insert(index, holiday)
Parameters
- index
- The zero-based index at which holiday is inserted.
- holiday
- The System.Object to insert - with the IHoliday interface implemented.