Equinox Online Help - Language Reference - A to Z
Timer64 |
|
|---|---|
| Applies to | ![]() |
| Syntax | Timer64 |
| Action | [Function] Returns a 64 bit value containing the number of microseconds (millionths of a second) since the timer was initialised when Equinox was launched. |
| Scope | Usable anywhere. |
| Notes | The value returned by this function is not comparable with that returned by the Timer function. |
| Category | Time handling |
| See Also | Now, Timer, TimeElapsed, TimeStart, TimedOut |
| Example | int64 start, taken |
