ExTimeZoneEnumerator.GetEnumerator Method
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of ExTimeZone)
'Usage
Dim instance As ExTimeZoneEnumerator
Dim returnValue As IEnumerator(Of ExTimeZone)
returnValue = instance.GetEnumerator()
public IEnumerator<ExTimeZone> GetEnumerator()