[This is preliminary documentation and is subject to change.]
Represents a BSON element with an UTC DateTime value
System Object NFX.Serialization.BSON BSONElement NFX.Serialization.BSON BSONElement
DateTime NFX.Serialization.BSON BSONDateTimeElementNamespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public sealed class BSONDateTimeElement : BSONElement<DateTime>
public sealed class BSONDateTimeElement : BSONElement<DateTime>
Public NotInheritable Class BSONDateTimeElement
Inherits BSONElement(Of DateTime)
Public NotInheritable Class BSONDateTimeElement
Inherits BSONElement(Of DateTime)
public ref class BSONDateTimeElement sealed : public BSONElement<DateTime>
public ref class BSONDateTimeElement sealed : public BSONElement<DateTime>
[<SealedAttribute>]
type BSONDateTimeElement =
class
inherit BSONElement<DateTime>
end
[<SealedAttribute>]
type BSONDateTimeElement =
class
inherit BSONElement<DateTime>
end