- Function/Meaning
-
Get tick count
- Type
-
System class method
- Syntax
-
getTickCount()
- Arguments
-
None
- Return Value
-
Returns the tick count (64-bit integer).
- Description
-
The tick count is a value that increments every 1/1000 of a second. By obtaining the tick count at two points in time using this method and taking the difference, you can determine the time difference between those two points.