VTimeZoneCollectionItem(Int32) Property

Collection indexer

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.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

IListTItemInt32

See Also