ArcObjects Library Reference (System)  

IJSONWriter.WriteDateVal Method

Writes a date in array.

[Visual Basic .NET]
Public Sub WriteDateVal ( _
    ByVal Value As DateTime, _
    ByVal asString As Boolean _
)
[C#]
public void WriteDateVal (
    DateTime Value,
    bool asString
);
[C++]
HRESULT WriteDateVal(
  DATE Value,
  VARIANT_BOOL asString
);
[C++]

Parameters

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.

See Also

IJSONWriter Interface