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


ITime.QueryXMLTimeString Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

ITime.QueryXMLTimeString Method

Obtains the time as an XML time string.

[Visual Basic .NET]
Public Function QueryXMLTimeString ( _
    ByVal TimeReference As ITimeReference _
) As String
[C#]
public string QueryXMLTimeString (
    ITimeReference TimeReference
);
[C++]
HRESULT QueryXMLTimeString(
  ITimeReference* TimeReference,
  BSTR* xmlTimeString
);
[C++]

Parameters TimeReference [in]
TimeReference is a parameter of type ITimeReference xmlTimeString [out, retval] xmlTimeString is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITime Interface