T
Thore Berntsen
I have written a inventory application in C# that was used in 21 stores this
newyear. The data from this application is written to XML. On each item that
is scanned (we use Intermec Pocket PC's) we write the datetime when the item
was scanned to the XML (on each record).
I got about 60000 records form these stores to process. That was no problem.
But on a few of these records I got the year 2204 in the scannedtime element
not 2004. These records could come among records that where ok, and they
were few. Is there a known bug in the DateTime class?
Thore Berntsen
VBD
newyear. The data from this application is written to XML. On each item that
is scanned (we use Intermec Pocket PC's) we write the datetime when the item
was scanned to the XML (on each record).
I got about 60000 records form these stores to process. That was no problem.
But on a few of these records I got the year 2204 in the scannedtime element
not 2004. These records could come among records that where ok, and they
were few. Is there a known bug in the DateTime class?
Thore Berntsen
VBD