BsonValueIsBsonDateTime Property |
Tests whether this BsonValue is a BsonDateTime.
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public bool IsBsonDateTime { get; }
Public ReadOnly Property IsBsonDateTime As Boolean
Get
member IsBsonDateTime : bool with get
Property Value
Type:
BooleanSee Also