This namespace of ALib provides types for calendrical date and time processing as well as for non-calendrical steady and monotonic time measurement.
Besides this reference documentation, further information is provided with ALib Module Time - Programmer's Manual.
Type Index: | |
class | DateTime |
class | StopWatch |
class | TickConverter |
class | Ticks |
class | TimePointBase |
Function Index: | |
void | Bootstrap () |
Ticks & | CreationTime () |
void | Shutdown () |
ALIB_API void Bootstrap | ( | ) |
Initializes ALib time logic. Multiple invocations of this method are ignored.
The standard bootstrap code of ALib , hence the (overloaded) functions alib::Bootstrap will call this function.
ALIB_API void Shutdown | ( | ) |
Frees resources and shuts down ALib time logic. Multiple invocations of this method are ignored. The standard bootstrap code of ALib , hence the (overloaded) functions alib::Shutdown will call this function.