ALib C++ Framework
by
Library Version: 2605 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:

Ticks CreationTime ()

Function Details:

◆ CreationTime()

Ticks alib::time::CreationTime ( )

The time when ALib was initialized. This might be useful to measure the time since the process was started.

Returns
Initialization time of ALib.

Definition at line 23 of file time.cpp.