This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITimeZone Interface > ITimeZone.TimeZoneXML Property (ArcObjects .NET 10.4 SDK) |
The XML representation of a TimeZone.
[Visual Basic .NET] Public Property TimeZoneXML As String
[C#] public string TimeZoneXML {get; set;}
[C++]
HRESULT get_TimeZoneXML(
BSTR* pbstrXML
);
[C++]
HRESULT put_TimeZoneXML(
BSTR pbstrXML
);
[C++]
Parameters pbstrXML [out, retval] pbstrXML is a parameter of type BSTR pbstrXML [in] pbstrXML is a parameter of type BSTR