Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum Newtonsoft.​Json.​DateFormatHandling

Assembly: Newtonsoft.Json

Specifies how dates are formatted when writing JSON text.

Values

IsoDateFormat
Dates are written in the ISO 8601 format, e.g. <c>"2012-03-21T05:40Z"</c> .
MicrosoftDateFormat
Dates are written in the Microsoft JSON format, e.g. <c>"\/Date(1198908717056)\/"</c> .