Qpid Proton C++ 0.38.0
Loading...
Searching...
No Matches
timestamp

A 64-bit timestamp in milliseconds since the Unix epoch. More...

#include <timestamp.hpp>

Public Types

typedef int64_t numeric_type
 A numeric type holding a value in milliseconds.

Public Member Functions

 timestamp (numeric_type ms=0)
 Construct from a value in milliseconds.
timestampoperator= (numeric_type ms)
 Assign a value in milliseconds.
numeric_type milliseconds () const
 Get the value in milliseconds.

Static Public Member Functions

static timestamp now ()
 The current wall-clock time.

Detailed Description

A 64-bit timestamp in milliseconds since the Unix epoch.

The dawn of the Unix epoch was 00:00:00 (UTC), 1 January 1970.


The documentation for this class was generated from the following file: