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


ITime.SetFromXMLTimeString Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITime Interface > ITime.SetFromXMLTimeString Method
ArcGIS Developer Help

ITime.SetFromXMLTimeString Method

Writes the time from an XML time string.

[Visual Basic .NET]
Public Function SetFromXMLTimeString ( _
    ByVal xmlTimeString As String _
) As Integer
[C#]
public int SetFromXMLTimeString (
    string xmlTimeString
);
[C++]
HRESULT SetFromXMLTimeString(
  BSTR xmlTimeString
);
[C++]
Parameters
xmlTimeString [in]

xmlTimeString is a parameter of type BSTR

Product Availability

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

See Also

ITime Interface