VTimeZoneCollection.GetEnumerator Method

Get a type-safe VTimeZoneCollection enumerator

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public IEnumerator<VTimeZone> GetEnumerator()

Return Value

IEnumerator<VTimeZone>
A type-safe VTimeZoneCollection enumerator

Implements

IEnumerable<T>.GetEnumerator()

See Also