Enum MicroJson.DateTimeFormat
Enumeration of the popular formats of time and date with Json.
Assembly: MicroJson.dll
View Source
Declaration
public enum MicroJson.DateTimeFormat
Fields
ISO8601
ISO 8601 format for time and date representation in JSON.
View Source
Declaration
ISO8601 = 0
Ajax
ASP.NET Ajax JSON format for time and date representation.
View Source
Declaration
Ajax = 1