Methode which returns the current hour of the system in milliseconds. The milliseconds range from January 1, 1970 to the current date.
1 system.currentTimeMillis
<system.currentTimeMillis />
Returns | |
---|---|
Type | Description |
LongInt | Number of milliseconds. |
Example
Obtain the number of milliseconds.
Copy
<xsql-script name='system_current_time_millis_sample1'> <body> <println> <system.currentTimeMillis /> </println> </body> </xsql-script>