Accessor for the timestamp in Unix time format.
Namespace:
Rebex.Net
Assembly:
Rebex.Time (in Rebex.Time.dll)
Syntax
Visual Basic |
---|
Public Function ToUnixTime As Integer |
C# |
---|
public int ToUnixTime() |
Field Value
The number of the whole seconds of the timestamp, counted from Unix Epoch (00:00:00 UTC, January 1, 1970).Remarks
Rounds down.