This struct provides a namespace for system-time-retrieval functions.
Declared in <bsls_systemtime.h>
struct SystemTime;
| Name | Description |
|---|---|
now | Return the current system time according to the specified clockType. |
nowMonotonicClock | Return the current system time according to the monotonic clock. |
nowRealtimeClock | Return the current system time according to the real-time clock. |