[#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 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. == 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; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#