warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for 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.