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;
Return the scheduled start time of the recurring event handle.
bsl::optional<bsls::TimeInterval>
scheduledEventTime(RecurringEventHandle const& handle) const;
Return Value
the scheduled start time, or an empty optional if invalid
Parameters
Name |
Description |
handle |
event whose scheduled time is returned |
Created with MrDocs