• Welcome to Valhalla Legends Archive.
 

Question Concerning Format()

Started by Dyndrilliac, May 28, 2004, 03:24 PM

Previous topic - Next topic

Dyndrilliac

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.
Quote from: Edsger W. DijkstraIt is practically impossible to teach good programming to students that have had a prior exposure to BASIC; as potential programmers they are mentally mutilated beyond hope of regeneration.

Adron

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.