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


ITimeZone.CurrentZone 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.CurrentZone Property
ArcGIS Developer Help

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(
  System.String* 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