Forum Discussion

william_roe's avatar
william_roe
Super Contributor
8 years ago
Solved

Accuracy of the 'TimeInterval' Variable

Is there a way to get measure time in milliseconds? It appears as though 'TimeInterval' is only accurate to the second.

  • I found this article which uses 'GetTickCount()' and returns an integer.