VTimeZoneCollection.Item(Int32) Property

Collection indexer

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public VTimeZone this[
	int index
] { get; set; }

Parameters

index  Int32
The item to get or set

Return Value

VTimeZone
The entry at the requested position

Implements

IList<T>.Item[Int32]

See Also