Return this object's current test‐time value.
Synopsis
Declared in <bdlmt_timereventscheduler.h>
bsls::TimeInterval
now() const;
Description
Return this object's current‐time value. Upon construction, this method will return an arbitrary value. Subsequent calls to advanceTime will adjust the arbitrary value forward.
Return Value
the current‐time value of this test time‐source
Created with MrDocs