S
silverfox
I was surprised to find that DateTime.Now.Ticks on my Pocket PC always
returns a value like 633212192210000000. And about 4 seconds later the
value returned is 633212192250000000. You always get seven zeros on
the end, meaning that there are no significant digits past the
seconds. I need at lease tenth second accuracy for my application.
Is there a way? I am using VB, for what it is worth.
returns a value like 633212192210000000. And about 4 seconds later the
value returned is 633212192250000000. You always get seven zeros on
the end, meaning that there are no significant digits past the
seconds. I need at lease tenth second accuracy for my application.
Is there a way? I am using VB, for what it is worth.