info("uptime")

The info(“uptime”) function returns the number of seconds since the computer was last booted.


Description

This function returns the length of time since the computer was last booted, expressed in seconds to three decimal places (in other words, the number of milliseconds since the last boot, divided by 1000).


See Also


History

VersionStatusNotes
10.0NewNew in this version.