DateTimeSerializerKind Property |
Gets the DateTimeKind (Local, Unspecified or Utc).
Namespace: MongoDB.Bson.Serialization.SerializersAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public DateTimeKind Kind { get; }
Public ReadOnly Property Kind As DateTimeKind
Get
member Kind : DateTimeKind with get
Property Value
Type:
DateTimeKindSee Also