|
GetTime
int
GetTime()
Return
Value
Returns the number of seconds elapsed
since January 1, 1970.
Parameters
N/A
Remarks
Call this
function to get the number of seconds elapsed since January 1,
1970.
Example
The following
example demonstrates the use of GetTime.
Println("The
time is ",
GetTime())
Output of the example script:
The time is: 1008785361
|