ReadAsDateTime Method

Json.NET

Json.NET - Quick Starts & API Documentation ReadAsDateTime Method
NamespacesNewtonsoft.JsonJsonReaderReadAsDateTime()()()()
Reads the next JSON token from the stream as a Nullable<(Of <(<'T>)>)>.
Declaration Syntax
C# Visual Basic Visual C++
public abstract Nullable<DateTime> ReadAsDateTime()
Public MustOverride Function ReadAsDateTime As Nullable(Of DateTime)
public:
virtual Nullable<DateTime> ReadAsDateTime() abstract
Return Value
A String. This method will return null at the end of an array.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)