Click or drag to resize

BsonValueToNullableLocalTime Method

Converts this BsonValue to a DateTime? in local time.

Namespace:  MongoDB.Bson
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
Syntax
public virtual DateTime? ToNullableLocalTime()

Return Value

Type: NullableDateTime
A DateTime?.
See Also