You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > DateFormatHandling Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Base.Json.DateFormatHandling Enumeration

Specifies how dates are formatted when writing JSON text.

Syntax
C++
C#
Visual Basic
public: enum DateFormatHandling { IsoDateFormat, MicrosoftDateFormat };
Members
Members 
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)/".  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.