ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::time Namespace Reference

Description:

This namespace provides types for calendrical date and time processing as well as for non-calendrical steady and monotonic time measurement.

This namespace and the types provided, are always included in any ALib Build.

Besides this reference documentation, further information is provided with Programmer's Manual of ALib Time.

Type Index:

class  DateTime
 
class  StopWatch
 
class  TickConverter
 
class  Ticks
 
class  TimePointBase
 

Function Index:

TicksCreationTime ()
 

Function Details:

◆ CreationTime()

ALIB_DLL Ticks & alib::time::CreationTime ( )

The time when the ticker module containing the ticker (ALIB) was initialized. This might be useful to measure the time since the process was started.

Returns
Initialization time of the module or process

Definition at line 50 of file time.cpp.