Performs an explicit conversion from JToken to DateTimeOffset.
| C# | Visual Basic | Visual C++ |
public static explicit operator DateTimeOffset ( JToken value )
Public Shared Narrowing Operator CType ( _ value As JToken _ ) As DateTimeOffset
static explicit operator DateTimeOffset ( JToken^ value )
- value (JToken)
- The value.
The result of the conversion.