[#BloombergLP-bdlmt-EventScheduler-scheduledEventTime-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/EventScheduler.adoc[EventScheduler]::scheduledEventTime :relfileprefix: ../../../ :mrdocs: Return the scheduled start time of the event `handle`. == Synopsis Declared in `<bdlmt_eventscheduler.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/optional-072.adoc[bsl::optional<bsls::TimeInterval>] scheduledEventTime(xref:BloombergLP/bdlmt/EventScheduler/EventHandle.adoc[EventHandle] const& handle) const; ---- == Description 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. == Return Value the scheduled start time, or an empty optional if invalid == Parameters [cols="1,4"] |=== | Name| Description | *handle* | event whose scheduled time is returned |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#