Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json.Linq
JTokenWriter Class
JTokenWriter Methods
WriteValue Method
WriteValue Method (Boolean)
WriteValue Method (Byte)
WriteValue Method (Byte[])
WriteValue Method (Char)
WriteValue Method (DateTime)
WriteValue Method (DateTimeOffset)
WriteValue Method (Decimal)
WriteValue Method (Double)
WriteValue Method (Guid)
WriteValue Method (Int16)
WriteValue Method (Int32)
WriteValue Method (Int64)
WriteValue Method (Object)
WriteValue Method (SByte)
WriteValue Method (Single)
WriteValue Method (String)
WriteValue Method (TimeSpan)
WriteValue Method (UInt16)
WriteValue Method (UInt32)
WriteValue Method (UInt64)
WriteValue Method (Uri)
JTokenWriter
WriteValue Method (DateTimeOffset)
Writes a
DateTimeOffset
value.
Namespace:
Newtonsoft.Json.Linq
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
override
void
WriteValue
(
DateTimeOffset
value
)
Parameters
value
Type:
System
DateTimeOffset
The
DateTimeOffset
value to write.
See Also
Reference
JTokenWriter Class
WriteValue Overload
Newtonsoft.Json.Linq Namespace
Json.NET Home