This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLTypeMapper Interface > IXMLTypeMapper.FromDate Method (ArcObjects .NET 10.4 SDK) |
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,
BSTR* Text
);
[C++]
Parameters Value [in] Value is a parameter of type DATE Text [out, retval] Text is a parameter of type BSTR