VTimeZoneCollectionCopyTo Method

Copy the VTimeZone objects to an array

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public void CopyTo(
	VTimeZone[] array,
	int arrayIndex
)

Parameters

array  VTimeZone
The array into which the objects are copied
arrayIndex  Int32
The index at which to start copying

Implements

ICollectionTCopyTo(T, Int32)

See Also