GetUnixTimestamp (open)
Get the UNIX timestamp
Syntax
LOADLIB "wh::datetime.whlib";
INTEGER FUNCTION GetUnixTimestamp(DATETIME whattime)
Parameters
DATETIME whattime
Timestamp to convert
Return value
INTEGER
A Unix timestamp
Get the UNIX timestamp
LOADLIB "wh::datetime.whlib";
INTEGER FUNCTION GetUnixTimestamp(DATETIME whattime)
DATETIME whattime
Timestamp to convert
INTEGER
A Unix timestamp