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


IJSONReader.ReadValueAsDate Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IJSONReader.ReadValueAsDate Method

Obtains property or array value as date. Advances to the next token. If property value cannot be coerced to datetime, returns E_FAIL.

[Visual Basic .NET]
Public Function ReadValueAsDate ( _
) As DateTime
[C#]
public DateTime ReadValueAsDate (
);
[C++]
HRESULT ReadValueAsDate(
  DATE* pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type DATE

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IJSONReader Interface