[#BloombergLP-bdlmt-EventScheduler-rescheduleEvent-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/EventScheduler.adoc[EventScheduler]::rescheduleEvent :relfileprefix: ../../../ :mrdocs: Reschedule the event referred to by the specified `handle` at the specified `newEpochTime` truncated to microseconds. Return 0 on successful reschedule, and a non‐zero value if the `handle` is invalid _or_ if the event has already been dispatched. The `newEpochTime` is an absolute time represented as an interval from some epoch, which is determined by the clock indicated at construction (see {Supported Clock Types} in the component documentation). == Synopsis Declared in `<bdlmt_eventscheduler.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int rescheduleEvent( xref:BloombergLP/bdlmt/EventScheduler/Event.adoc[Event] const* handle, xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] const& newEpochTime); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#