DateTimeFormat Property

Json.NET

Json.NET - Quick Starts & API Documentation DateTimeFormat Property
NamespacesNewtonsoft.Json.ConvertersIsoDateTimeConverterDateTimeFormat
Gets or sets the date time format used when converting a date to and from JSON.
Declaration Syntax
C# Visual Basic Visual C++
public string DateTimeFormat { get; set; }
Public Property DateTimeFormat As String
	Get
	Set
public:
property String^ DateTimeFormat {
	String^ get ();
	void set (String^ value);
}
Value
The date time format used when converting a date to and from JSON.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)