Table of Contents

Property AsNullableUniversalTime

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

AsNullableUniversalTime

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

public DateTime? AsNullableUniversalTime { get; }

Property Value

DateTime?