Writes a date.
[Visual Basic .NET] Public Sub WriteDate ( _ ByVal Name As String, _ ByVal Value As DateTime, _ ByVal asString As Boolean _ )
[C#] public void WriteDate ( string Name, DateTime Value, bool asString );
[C++]
HRESULT WriteDate(
BSTR Name,
DATE Value,
VARIANT_BOOL asString
);
[C++]Parameters
Name Name is a parameter of type BSTR Value Value is a parameter of type DATE asString asString is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.