scheduledEventTime overloads
Declared in <bdlmt_eventscheduler.h>
Return the scheduled start time of the event handle.
bsl::optional<bsls::TimeInterval>
scheduledEventTime(EventHandle const& handle) const;
» more...
Return the scheduled start time of the recurring event handle.
bsl::optional<bsls::TimeInterval>
scheduledEventTime(RecurringEventHandle const& handle) const;
» more...
the scheduled start time, or an empty optional if invalid
| Name | Description |
|---|---|
| handle | event whose scheduled time is returned |