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