Table of Contents

Enum DateFormatHandling

Namespace
Dynamicweb.Core.Json.Settings
Assembly
Dynamicweb.Core.dll
Specifies how dates are formatted when writing JSON text.
public enum DateFormatHandling

Fields

IsoDateFormat = 0
Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z".
MicrosoftDateFormat = 1
Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/".
To top