Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
Namespace: Newtonsoft.JsonAssembly: Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 4.5.0.0 (4.5.11.15729)
Syntax
| C# |
|---|
public DateParseHandling DateParseHandling { get; set; } |
| Visual Basic |
|---|
Public Property DateParseHandling As DateParseHandling Get Set |
| Visual C++ |
|---|
public: property DateParseHandling DateParseHandling { DateParseHandling get (); void set (DateParseHandling value); } |