Return the scheduled starting time of the event having the specified handle. If the handle is invalid, or the event has already been canceled, return an optional without a value.

Synopsis

Declared in <bdlmt_eventscheduler.h>

bsl::optional<bsls::TimeInterval>
scheduledEventTime(EventHandle const& handle) const;

Created with MrDocs