This document is archived and information here might be outdated. Recommended version. |
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