Table of Contents

Property AsNullableLocalTime

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

AsNullableLocalTime

Casts the BsonValue to a Nullable{DateTime} in the local timezone (throws an InvalidCastException if the cast is not valid).

public DateTime? AsNullableLocalTime { get; }

Property Value

DateTime?