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


IJSONArray.AddDate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONArray Interface > IJSONArray.AddDate Method
ArcGIS Developer Help

IJSONArray.AddDate Method

Adds new DATE value to the array.

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

IJSONArray Interface