VTimeZoneCollectionInsert Method
Insert a
VTimeZone into the collection at the specified index
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public void Insert(
int index,
VTimeZone item
)
Public Sub Insert (
index As Integer,
item As VTimeZone
)
public:
virtual void Insert(
int index,
VTimeZone^ item
) sealed
abstract Insert :
index : int *
item : VTimeZone -> unit
override Insert :
index : int *
item : VTimeZone -> unit
- index Int32
- The position at which to insert the item
- item VTimeZone
- The VTimeZone object to insert
IListTInsert(Int32, T) 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.