Time.sinceEpoch.asInteger

Instance of

Function

Return value

/*Number*/

Description

Returns the number of seconds elapsed since UNIX epoch (January 1, 1970 00:00:00 UTC) as integer.

Example

console.writeLine(Time.sinceEpoch.asInteger());