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.
Declared in <bdlmt_eventscheduler.h>
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.
bsl::optional<bsls::TimeInterval>
scheduledEventTime(EventHandle const& handle) const;
» more...
bsl::optional<bsls::TimeInterval>
scheduledEventTime(RecurringEventHandle const& handle) const;
» more...