ResQ.Protocols.ProtocolExtensions
ProtocolExtensions.ToUnixMs(this DateTimeOffset) Method
Converts a System.DateTimeOffset to a Unix timestamp in milliseconds.Parameters
dateTime System.DateTimeOffset
The date and time to convert.
Returns
System.Int64The Unix timestamp in milliseconds since January 1, 1970 UTC.