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

Specifies how date formatted strings, e.g. "/Date(1198908717056)/" and "2012-03-21T05:40Z", are parsed when reading JSON text.

Syntax
C++
C#
Visual Basic
public: enum DateParseHandling { None = 0, DateTime = 1, DateTimeOffset = 2 };
Members
Members 
Description 
None 
Date formatted strings are not parsed to a date type and are read as strings.  
DateTime 
Date formatted strings, e.g. "/Date(1198908717056)/" and "2012-03-21T05:40Z", are parsed to DateTime.  
DateTimeOffset 
Date formatted strings, e.g. "/Date(1198908717056)/" and "2012-03-21T05:40Z", are parsed to DateTimeOffset.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.