note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
tickcount
warning
This function starts with a lowercase letter.
Description
This function can be used as a replacement for GetTickCount, as it returns the number of milliseconds since the start-up of the server.
Name | Description |
---|---|
&granularity=0 | Upon return, this value contains the number of ticks that the internal system time will tick per second. This value therefore indicates the accuracy of the return value of this function. |
Returns
The number of milliseconds since start-up of the system. For a 32-bit cell, this count overflows after approximately 24 days of continuous operation.
Related Functions
- GetTickCount: Returns a value which increases every millisecond.