>Can any body please tell me what is the system time range on windows system.
There are several time formats - which one are you referring to?
The main one is FILETIME - which is an unsigned 64-bit value that
represents the number of 100-nanosecond units since the 1'st January
1601.
The other commonly used format is SYSTEMTIME, which is a time
structure limited strictly only by the range of the 16-bit year field,
but is often limited by underlying uses of FILETIME.
Dave
--
MVP VC++ FAQ:
http://www.mvps.org/vcfaq