Click to See Complete Forum and Search --> : System.DateTime.Ticks


VizOne
February 13th, 2003, 06:14 PM
Hello!

I've got a question about System.DateTime.Ticks. How reliable (accurate) is the value that is returned? Is it guaranteed to work on all machines or is it hardware-dependent like QueryPerformanceCounter or the x86 opcode RDTSC? Thanks in advance.


- Andre