This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITimeZone Interface > ITimeZone.CurrentZone Property (ArcObjects .NET 10.4 SDK) |
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