Json.NET - Quick Starts & API Documentation
DateTimeKindHandling Property
Namespaces ► Newtonsoft.Json.Bson ► BsonReader ► DateTimeKindHandling
Gets or sets the DateTimeKind used when reading DateTime values from BSON.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public DateTimeKind DateTimeKindHandling { get; set; }
Public Property DateTimeKindHandling As DateTimeKind Get Set
public: property DateTimeKind DateTimeKindHandling { DateTimeKind get (); void set (DateTimeKind value); }
Value
The DateTimeKind used when reading DateTime values from BSON.