Tick Count (ms) Function
- Updated2025-03-14
- 1 minute(s) read
Returns the value of the millisecond timer.
The base reference time (millisecond zero) is undefined. That is, you cannot convert millisecond timer value to a real-world time or date. Be careful when you use this function in comparisons because the value of the millisecond timer wraps from (2^32)–1 to 0.

Inputs/Outputs
![]() millisecond timer value returns the value of the millisecond timer. |