CnxTimePoint struct
#include <include/Cnx/time/TimePoint.h>
CnxTimePoint
represents a specific point in time, since the UNIX epoch, represented in a particular level of precision
Public variables
- CnxDuration time_since_epoch
- The point in time, represented as a duration since the UNIX epoch.
- const CnxClock* clock
- The clock associated with this time point.