There are 1000ms in a second. 1000 / 10 is 100. Divide the number of 10 ms ticks by 100 and you’ll have the number of seconds.
1
solved How to convert 10ms ticks value into seconds using Java?
There are 1000ms in a second. 1000 / 10 is 100. Divide the number of 10 ms ticks by 100 and you’ll have the number of seconds.
1
solved How to convert 10ms ticks value into seconds using Java?