Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json.Bson
BsonWriter Class
BsonWriter 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)
BsonWriter
WriteValue Method (DateTimeOffset)
Writes a
DateTimeOffset
value.
Namespace:
Newtonsoft.Json.Bson
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
BsonWriter Class
WriteValue Overload
Newtonsoft.Json.Bson Namespace
Json.NET Home