Noemax.Newtonsoft.Json.Converters Namespace : IsoDateTimeConverter Class |
The following tables list the members exposed by IsoDateTimeConverter.
Name | Description | |
---|---|---|
![]() | IsoDateTimeConverter Constructor |
Name | Description | |
---|---|---|
![]() | CanRead | Gets a value indicating whether this Noemax.Newtonsoft.Json.JsonConverter can read JSON. (Inherited from Noemax.Newtonsoft.Json.JsonConverter) |
![]() | CanWrite | Gets a value indicating whether this Noemax.Newtonsoft.Json.JsonConverter can write JSON. (Inherited from Noemax.Newtonsoft.Json.JsonConverter) |
![]() | Culture | Gets or sets the culture used when converting a date to and from JSON. |
![]() | DateTimeFormat | Gets or sets the date time format used when converting a date to and from JSON. |
![]() | DateTimeStyles | Gets or sets the date time styles used when converting a date to and from JSON. |
Name | Description | |
---|---|---|
![]() | CanConvert | Determines whether this instance can convert the specified object type. (Inherited from Noemax.Newtonsoft.Json.Converters.DateTimeConverterBase) |
![]() | GetSchema | Gets the Noemax.Newtonsoft.Json.Schema.JsonSchema of the JSON produced by the JsonConverter. (Inherited from Noemax.Newtonsoft.Json.JsonConverter) |
![]() | ReadJson | Overridden. Reads the JSON representation of the object. |
![]() | WriteJson | Overridden. Writes the JSON representation of the object. |