Tick Count (ms) Function
- 已更新2025-07-30
- 閱讀時間為 1 分鐘
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
—
millisecond timer value returns the value of the millisecond timer. |
millisecond timer value
—