I was wondering, does anyone know the smallest increment of time the format() function can accurately show? The smallest I got it to go to was nanoseconds.
I suggest you look at the storage format for date/time in VB, count the number of bits, and see how great the accuracy comes out to be.