11-09-2005 03:17 AM
11-09-2005 03:37 AM
hi there
your systems has two clocks:
system clock: large range (years), but poor resolution
processor ticks: rather small range (2^32 ms ~ 50 days), but good resolution
you can mix both clocks: get the start of your measurement with "Get Date/Time in Seconds" and add the number of milliseconds since start of measurement (subtract "Tick Count (ms)" values).