J
Jim H
I need to keep the time with data that is coming into my app. On the
desktop I use DateTime.Now.Ticks to get a time stamp down to the thousandths
of a second. On the desktop is gave me numbers like this:
632312367562450276
632312367562606512
On the PPC I get numbers like this:
632314491430000000
632314491500000000
The precision is not there. The numbers I get from the PPC have gaps
anywhere from 2 to 5 seconds. The gaps on the desktop are approx .015
seconds. Is there a way to get a more accurate time stamp from PPC?
Thanks,
jim
desktop I use DateTime.Now.Ticks to get a time stamp down to the thousandths
of a second. On the desktop is gave me numbers like this:
632312367562450276
632312367562606512
On the PPC I get numbers like this:
632314491430000000
632314491500000000
The precision is not there. The numbers I get from the PPC have gaps
anywhere from 2 to 5 seconds. The gaps on the desktop are approx .015
seconds. Is there a way to get a more accurate time stamp from PPC?
Thanks,
jim