BsonUtilsToSecondsSinceEpoch Method |
Converts a DateTime to number of seconds since Unix epoch.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
Syntax public static long ToSecondsSinceEpoch(
DateTime dateTime
)
Public Shared Function ToSecondsSinceEpoch (
dateTime As DateTime
) As Long
static member ToSecondsSinceEpoch :
dateTime : DateTime -> int64
Parameters
- dateTime
- Type: SystemDateTime
A DateTime.
Return Value
Type:
Int64Number of seconds since Unix epoch.
See Also