BsonDateTime.MillisecondsSinceEpoch Property (original) (raw)

BsonDateTimeMillisecondsSinceEpoch Property

Gets the number of milliseconds since the Unix Epoch.

Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

C#

VB

F#

Copy

public long MillisecondsSinceEpoch { get; }

Public ReadOnly Property MillisecondsSinceEpoch As Long Get

member MillisecondsSinceEpoch : int64 with get

Property Value

Type: Int64

See Also

Reference

BsonDateTime Class

MongoDB.Bson Namespace