DayInstanceCollectionInsertItem Method

Insert a day instance into the collection

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
protected override void InsertItem(
	int index,
	DayInstance item
)

Parameters

index  Int32
The index at which to insert the integer
item  DayInstance
The day instance to insert

Remarks

If the day instance already exists in the collection, it will be moved to the new position.

See Also