Reads the next JSON token from the stream as a Nullable<(Of <(<'T>)>)>.
| C# | Visual Basic | Visual C++ |
public abstract Nullable<DateTimeOffset> ReadAsDateTimeOffset()
Public MustOverride Function ReadAsDateTimeOffset As Nullable(Of DateTimeOffset)
public: virtual Nullable<DateTimeOffset> ReadAsDateTimeOffset() abstract
A Nullable<(Of <(<'T>)>)>. This method will return null at the end of an array.