VTime Zone CollectionCopy To Method
Copy the VTimeZone objects to an array
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 CopyTo(
VTimeZone[] array,
int arrayIndex
)VB
Public Sub CopyTo (
array As VTimeZone(),
arrayIndex As Integer
)C++
public:
virtual void CopyTo(
array<VTimeZone^>^ array,
int arrayIndex
) sealedF#
abstract CopyTo :
array : VTimeZone[] *
arrayIndex : int -> unit
override CopyTo :
array : VTimeZone[] *
arrayIndex : int -> unit Parameters
- array VTimeZone
- The array into which the objects are copied
- arrayIndex Int32
- The index at which to start copying