This document is archived and information here might be outdated.  Recommended version.


ITimeZone.ZoneList Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITimeZone Interface > ITimeZone.ZoneList Property
ArcGIS Developer Help

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