ArcObjects Library Reference (TrackingAnalyst)  

ITimeZone.ZoneList Property

List of time zones.

[Visual Basic .NET]
Public ReadOnly Property ZoneList As Object
[C#]
public object ZoneList {get;}
[C++]
HRESULT get_ZoneList(
  VARIANT* pvarZoneList
);
[C++]

Parameters

pvarZoneList [out, retval]   pvarZoneList is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITimeZone Interface