Kudu C++ client API
|
Representation of a particular point in time. More...
#include <monotime.h>
Static Public Member Functions | |
static MonoTime | Now () |
static MonoTime | Max () |
static MonoTime | Min () |
Representation of a particular point in time.
The MonoTime class represents a particular point in time, relative to some fixed but unspecified reference point.
This time is monotonic, meaning that if the user changes his or her system clock, the monotime does not change.
|
static |
|
static |
|
static |
Get current time in MonoTime representation.