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