[#BloombergLP-bdlmt-TimerEventSchedulerTestTimeSource-advanceTime] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/TimerEventSchedulerTestTimeSource.adoc[TimerEventSchedulerTestTimeSource]::advanceTime :relfileprefix: ../../../ :mrdocs: Advance this object's current‐time value by the specified `amount` of time, and notify the scheduler that the time has changed. Return the updated current‐time value. The behavior is undefined unless `amount` represents a positive time interval, and `now + amount` is within the range that can be represented with a `bsls::TimeInterval`. == Synopsis Declared in `<bdlmt_timereventscheduler.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] advanceTime(xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] amount); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#