VTimeZoneCollectionInsert Method

Insert a VTimeZone into the collection at the specified index

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public void Insert(
	int index,
	VTimeZone item
)

Parameters

index  Int32
The position at which to insert the item
item  VTimeZone
The VTimeZone object to insert

Implements

IListTInsert(Int32, T)

Remarks

If a time zone item with the same ID already exists in the collection, it will be merged with it and moved to the new position. See the Merge(VTimeZone) method for more information.

See Also