[#BloombergLP-bdlt-Timetable-removeTransition-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Timetable.adoc[Timetable]::removeTransition :relfileprefix: ../../../ :mrdocs: `removeTransition` overloads == Synopses Declared in `<bdlt_timetable.h>` If a transition occurs at the specified `datetime`, remove the transition from this timetable. Otherwise, return without modifying this timetable. The removal of a transition invalidates all iterators. The behavior is undefined unless `24 > datetime.hour()` and `datetime.date()` is within the valid range of this timetable. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlt/Timetable/removeTransition-07.adoc[removeTransition](xref:BloombergLP/bdlt/Datetime.adoc[Datetime] const& datetime); ---- [.small]#xref:BloombergLP/bdlt/Timetable/removeTransition-07.adoc[_» more..._]# If a transition occurs on the specified `date` at the specified `time`, remove the transition from this timetable. Otherwise, return without modifying this timetable. The removal of a transition invalidates all iterators. The behavior is undefined unless `24 > time.hour()` and `date` is within the valid range of this timetable. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlt/Timetable/removeTransition-0a.adoc[removeTransition]( xref:BloombergLP/bdlt/Date.adoc[Date] const& date, xref:BloombergLP/bdlt/Time.adoc[Time] const& time); ---- [.small]#xref:BloombergLP/bdlt/Timetable/removeTransition-0a.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#