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


IXMLTypeMapper.FromDate Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

IXMLTypeMapper.FromDate Method

Converts a date to an XML date.

[Visual Basic .NET]
Public Function FromDate ( _
    ByVal Value As DateTime _
) As String
[C#]
public string FromDate (
    DateTime Value
);
[C++]
HRESULT FromDate(
  DATE Value
);
[C++]

Parameters Value [in]
Value is a parameter of type DATE

Product Availability

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

See Also

IXMLTypeMapper Interface