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


IXMLWriter.WriteDate Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IXMLWriter.WriteDate Method

Writes an element value as a date.

[Visual Basic .NET]
Public Sub WriteDate ( _
    ByVal Value As DateTime _
)
[C#]
public void WriteDate (
    DateTime Value
);
[C++]
HRESULT WriteDate(
  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

IXMLWriter Interface