Json.NET - Quick Starts & API Documentation
Implicit Operator
NamespacesNewtonsoft.Json.LinqJTokenImplicit(DateTimeOffset)
Performs an implicit conversion from DateTimeOffset to JToken.
Declaration Syntax
C#Visual BasicVisual C++
public static implicit operator JToken (
	DateTimeOffset value
)
Public Shared Widening Operator CType ( _
	value As DateTimeOffset _
) As JToken
static implicit operator JToken^ (
	DateTimeOffset value
)
Parameters
value (DateTimeOffset)
The value to create a JValue from.
Return Value
The JValue initialized with the specified value.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)