A
Andreas Ringdal
I've made a simple stopwatch for .net cf 2 using DateTime dtStart
and Timespan tsInterval = DateTime.Now - dtStart
tsInterval.Milliseconds is always 0.
Does .net cf not support milliseconds.
I tried searching for this, and according to
http://msdn.microsoft.com/library/d...pref/html/frlrfsystemtimespanmemberstopic.asp
milliseconds is supported by .NET CF
Tested the code on my win 2003 box and the stopwatch works as planned,
but on my device (qtek 9100 / HTC Wizard), WM5. Milliseconds is always 0.
Is this a bug or a feature?
Andreas
and Timespan tsInterval = DateTime.Now - dtStart
tsInterval.Milliseconds is always 0.
Does .net cf not support milliseconds.
I tried searching for this, and according to
http://msdn.microsoft.com/library/d...pref/html/frlrfsystemtimespanmemberstopic.asp
milliseconds is supported by .NET CF
Tested the code on my win 2003 box and the stopwatch works as planned,
but on my device (qtek 9100 / HTC Wizard), WM5. Milliseconds is always 0.
Is this a bug or a feature?
Andreas