Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: Dyndrilliac on May 28, 2004, 03:24 PM

Title: Question Concerning Format()
Post by: Dyndrilliac on May 28, 2004, 03:24 PM
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.
Title: Re:Question Concerning Format()
Post by: Adron on May 28, 2004, 06:19 PM
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.