VTime Zone CollectionInsert 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: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public void Insert(
int index,
VTimeZone item
)VB
Public Sub Insert (
index As Integer,
item As VTimeZone
)C++
public:
virtual void Insert(
int index,
VTimeZone^ item
) sealedF#
abstract Insert :
index : int *
item : VTimeZone -> unit
override Insert :
index : int *
item : VTimeZone -> unit Parameters
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.