DateConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Date Converter.
public class DateConverter : Newtonsoft.Json.JsonConverter
type DateConverter = class
inherit JsonConverter
Public Class DateConverter
Inherits JsonConverter
- Inheritance
-
Newtonsoft.Json.JsonConverterDateConverter
Constructors
DateConverter() |
Methods
CanConvert(Type) |
Check if the given object can be converted into a Date. |
ReadJson(JsonReader, Type, Object, JsonSerializer) |
Converts the JSON object into a Date object |
WriteJson(JsonWriter, Object, JsonSerializer) |
Writes the JSON representation of the object. |