Show / Hide Table of Contents

    Enum DateFormatHandling

    Specifies how dates are formatted when writing JSON text.

    Namespace: Bayat.Json
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public enum DateFormatHandling

    Fields

    Name Description
    IsoDateFormat

    Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z".

    MicrosoftDateFormat

    Dates are written in the Microsoft JSON format, e.g. "/Date(1198908717056)/".

    Extension Methods

    StringExtensions.ToBinaryString()
    • Improve this Doc
    • View Source
    • 0 Comments