TimeUtilToUnixTime64 Method
Convert from Date object to int with Unix time (seconds since 1-Jan-1970).
Namespace: Vajhoej.RecordAssembly: Record (in Record.dll) Version: 0.0.0.0
public static long ToUnixTime64(
DateTime dt
)
Public Shared Function ToUnixTime64 (
dt As DateTime
) As Long
Dim dt As DateTime
Dim returnValue As Long
returnValue = TimeUtil.ToUnixTime64(dt)
public:
static long long ToUnixTime64(
DateTime dt
)
static member ToUnixTime64 :
dt : DateTime -> int64
- dt DateTime
- DateTime object
Int64Unix time.