Collaboration diagram for Time And Date:
|
Classes | |
| struct | TDBTimeU |
| Database format for time where day and time is unsigned 16 bit. More... | |
| struct | TDBTimeI |
| Database format for time where day and time is signed 32 bit. More... | |
| class | CTimeFormat |
| CTimeFormat --. More... | |
| class | CTime |
| CTime --. More... | |
| class | CTimeSpan |
| CTimeSpan. More... | |
| class | CTimeout |
| CTimeout -- Timeout interval. More... | |
| class | CFastLocalTime |
| CFastLocalTime --. More... | |
| class | CStopWatch |
| CStopWatch --. More... | |
| class | CTimeException |
| CTimeException --. More... | |
Typedefs | |
| typedef Int8 | TSeconds |
| Number of seconds. | |
| typedef struct TDBTimeU * | TDBTimeUPtr |
| typedef struct TDBTimeI * | TDBTimeIPtr |
Variables | |
| const long | kNanoSecondsPerSecond = 1000000000 |
| Number of nanoseconds in one second. | |
| const long | kMicroSecondsPerSecond = 1000000 |
| Number of microseconds in one second. | |
| const long | kMilliSecondsPerSecond = 1000 |
| Number milliseconds in one second. | |
|
|
|
|
|
|
|
|
Number of seconds.
Definition at line 93 of file ncbitime.hpp. |
|
|
Number of microseconds in one second. Interval for it is from 0 to 999,999. Definition at line 82 of file ncbitime.hpp. Referenced by CTimeout::GetAsDouble(), s_GetTimeT(), CTimeout::Set(), CRequestRateControl::Sleep(), SleepMicroSec(), and SleepSec(). |
|
|
Number milliseconds in one second. Interval for it is from 0 to 999. Definition at line 87 of file ncbitime.hpp. Referenced by CTimeout::GetAsMilliSeconds(), and s_GetTimeT(). |
|
|
Number of nanoseconds in one second. Interval for it is from 0 to 999,999,999. Definition at line 77 of file ncbitime.hpp. Referenced by CTime::AddNanoSecond(), CTimeSpan::CTimeSpan(), CTime::DiffNanoSecond(), CTimeSpan::GetAsDouble(), CTime::GetTimeDBI(), CTime::IsValid(), CTime::Round(), s_GetTimeT(), CTimeSpan::Set(), CTime::SetTimeDBI(), CTimeSpan::x_Normalize(), and CBlockingQueue< TRequest >::x_WaitForPredicate(). |
1.4.6
Modified on Wed Dec 09 08:20:18 2009 by modify_doxy.py rev. 173732