Click or drag to resize
Json.NET

IsoDateTimeConverter Properties

 

The IsoDateTimeConverter type exposes the following members.

Properties
  NameDescription
Public propertyCanRead
Gets a value indicating whether this JsonConverter can read JSON.
(Inherited from JsonConverter.)
Public propertyCanWrite
Gets a value indicating whether this JsonConverter can write JSON.
(Inherited from JsonConverter.)
Public propertyCulture
Gets or sets the culture used when converting a date to and from JSON.
Public propertyDateTimeFormat
Gets or sets the date time format used when converting a date to and from JSON.
Public propertyDateTimeStyles
Gets or sets the date time styles used when converting a date to and from JSON.
Top
See Also