I\'m wondering what the precision of the Timer class is in System.Timers, because it\'s a double (which would seem to indicate that you can have fractions of milliseconds).
You can find this out easily for yourself by performing a loop that constantly samples the resulting time duration and check on what granularity it steps.