Ticks
Ticks function
| Method Prototype | Description
|
| Ticks As Integer | get the number of ticks (60ths of a second) since the system was last rebooted
|
This function reports how long ago the system running the Yuma server was booted, in 60ths of a second. By itself, the value has little meaning, but by checking it twice, you can tell how much time has elapsed between the two checks.
See also the
Microseconds function.