[]
Inserts a holiday object in the collection.
public void Insert(int index, IHoliday holiday)
Public Sub Insert(index As Integer, holiday As IHoliday)
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which holiday is inserted. |
IHoliday | holiday | The object to insert - with the IHoliday interface implemented. |