[#BloombergLP-bdlmt-EventScheduler-scheduledEventTime-00] = 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. == Synopses Declared in `<bdlmt_eventscheduler.h>` 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/optional-072.adoc[bsl::optional<bsls::TimeInterval>] xref:BloombergLP/bdlmt/EventScheduler/scheduledEventTime-0d.adoc[scheduledEventTime](xref:BloombergLP/bdlmt/EventScheduler/EventHandle.adoc[EventHandle] const& handle) const; ---- [.small]#xref:BloombergLP/bdlmt/EventScheduler/scheduledEventTime-0d.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/optional-072.adoc[bsl::optional<bsls::TimeInterval>] xref:BloombergLP/bdlmt/EventScheduler/scheduledEventTime-02.adoc[scheduledEventTime](xref:BloombergLP/bdlmt/EventScheduler/RecurringEventHandle.adoc[RecurringEventHandle] const& handle) const; ---- [.small]#xref:BloombergLP/bdlmt/EventScheduler/scheduledEventTime-02.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#