DateTimeZoneHandling Property

Json.NET

Json.NET - Quick Starts & API Documentation DateTimeZoneHandling Property
NamespacesNewtonsoft.JsonJsonReaderDateTimeZoneHandling
Get or set how DateTime time zones are handling when reading JSON.
Declaration Syntax
C# Visual Basic Visual C++
public DateTimeZoneHandling DateTimeZoneHandling { get; set; }
Public Property DateTimeZoneHandling As DateTimeZoneHandling
	Get
	Set
public:
property DateTimeZoneHandling DateTimeZoneHandling {
	DateTimeZoneHandling get ();
	void set (DateTimeZoneHandling value);
}

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)