ArcObjects Library Reference (TrackingAnalyst)  

ITimeZone.CurrentZone Property

The current Time Zone.

[Visual Basic .NET]
Public Property CurrentZone As String
[C#]
public string CurrentZone {get; set;}
[C++]
HRESULT get_CurrentZone(
  BSTR* pbstrCurrentZone
);
[C++]
HRESULT put_CurrentZone(
  BSTR pbstrCurrentZone
);
[C++]

Parameters

pbstrCurrentZone [out, retval]   pbstrCurrentZone is a parameter of type BSTR pbstrCurrentZone [in]   pbstrCurrentZone is a parameter of type BSTR

Product Availability

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

See Also

ITimeZone Interface