![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
Go to the source code of this file.
Classes | |
class | Gray::CTime |
class | Gray::cTimeSpan |
class | Gray::cTimeInt |
< similar to the MFC CTime and cTimeSpan, not as accurate or large ranged as COleDateTime More... | |
Namespaces | |
Gray | |
< The main namespace for all Core functions. | |
Elapsed seconds since midnight (00:00:00), January 1, 1970, coordinated universal time (UTC), according to the system clock. Real Time, 32 bit (or 64 bit) SIGNED seconds in old UNIX format. Replace the MFC CTime function. Must be usable with file system. Accurate measure of whole seconds. Valid from 1970 to 2038 in unsigned 32 bits. (http://en.wikipedia.org/wiki/Year_2038_problem).