This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITime Interface > ITime.QueryXMLTimeString Method (ArcObjects .NET 10.5 SDK) |
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