BloombergLP::bdlmt::EventScheduler::scheduledEventTime

scheduledEventTime overloads

Synopses

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...

Return Value

the scheduled start time, or an empty optional if invalid

Parameters

NameDescription
handleevent whose scheduled time is returned