Return the current epoch time for this scheduler's clock.

Synopsis

Declared in <bdlmt_timereventscheduler.h>

bsls::TimeInterval
now() const;

Description

Return the current epoch time, an absolute time represented as an interval from some epoch, which is determined by the clock indicated at construction (see []Clock‐Types)).

Return Value

the current epoch time for this scheduler's clock

Created with MrDocs