Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/Newtonsoft.Json.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Newtonsoft.Json/JsonReader.cs')
-rw-r--r--Src/Newtonsoft.Json/JsonReader.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Src/Newtonsoft.Json/JsonReader.cs b/Src/Newtonsoft.Json/JsonReader.cs
index d982bd7..c7fb0aa 100644
--- a/Src/Newtonsoft.Json/JsonReader.cs
+++ b/Src/Newtonsoft.Json/JsonReader.cs
@@ -137,6 +137,9 @@ namespace Newtonsoft.Json
protected internal set { _quoteChar = value; }
}
+ /// <summary>
+ /// Get or set how <see cref="DateTime"/> time zones are handling when reading JSON.
+ /// </summary>
public DateTimeZoneHandling DateTimeZoneHandling
{
get { return _dateTimeZoneHandling; }