Hi everyone!
A question, that I was asked and knew no answer to:
For time, normally the class clock is used, but that's only exact to the second. If however milliseconds are wanted, how can you get them? And no, multiplying it with 1000 is not a solution, because it's still no more exact.
Basically, I'm looking for something like Java's [code=java]System.currentT imeMillis()[/code]
Greetings,
Nepomuk
A question, that I was asked and knew no answer to:
For time, normally the class clock is used, but that's only exact to the second. If however milliseconds are wanted, how can you get them? And no, multiplying it with 1000 is not a solution, because it's still no more exact.
Basically, I'm looking for something like Java's [code=java]System.currentT imeMillis()[/code]
Greetings,
Nepomuk
Comment