Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Timer Resolution

Status
Not open for further replies.

jfradley

Programmer
Jul 7, 2003
14
0
0
US
I have a timer in my program that needs to the highest resolution possible. I'm using System.Timers.Timer. However, even though you're capable of setting time interval in milliseconds it sets it to tens-of-milliseconds.

For example, I set it to 5 milliseconds and it's actually 10. I set it to 10 and it's 10. I set it to 14 it's 20.

Is there any way around this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top