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


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

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,
  long* timeZoneBiasFromUTC
);
[C++]

Parameters xmlTimeString [in] xmlTimeString is a parameter of type BSTR timeZoneBiasFromUTC [out, retval] timeZoneBiasFromUTC is a parameter of type long

Product Availability

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

See Also

ITime Interface