'Usage Dim instance As HolidayCollection Dim holidays() As IHoliday Dim index As Integer instance.CopyTo(holidays, index)
Parameters
- holidays
- An array of type IHoliday serving as the destination for the copy action.
- index
- The zero-based index at which to start placing the copied collection.