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

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