WCF-Xtensions Class Reference for .NET
DateFormatHandling Enumeration






Specifies how dates are formatted when writing JSON text.
Syntax
public enum DateFormatHandling : System.Enum 
public enum DateFormatHandling = class(System.Enum)
public enum DateFormatHandling extends System.Enum
__value public enum DateFormatHandling : public System.Enum 
public enum class DateFormatHandling : public System.Enum 
'Declaration
 
Public Enum DateFormatHandling 
   Inherits System.Enum
 
'Usage
 
Dim instance As DateFormatHandling
Members
MemberDescription
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)\/".
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Noemax.Newtonsoft.Json.DateFormatHandling

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Noemax.Newtonsoft.Json Namespace

Send Feedback