ArcObjects Library Reference (TrackingAnalyst)  

ITimeZone.TimeZoneXML Property

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

Product Availability

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

See Also

ITimeZone Interface