TimeUtilToUnixTime64 Method

Convert from Date object to int with Unix time (seconds since 1-Jan-1970).

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public static long ToUnixTime64(
	DateTime dt
)

Parameters

dt  DateTime
DateTime object

Return Value

Int64
Unix time.

See Also