[#BloombergLP-bdlt-Timetable_Day-removeTransition] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Timetable_Day.adoc[Timetable_Day]::removeTransition :relfileprefix: ../../../ :mrdocs: If a transition occurs at the specified `time`, remove the transition from this daily timetable. Otherwise, return without modifying this daily timetable. Return `true` if the value returned by `finalTransitionCode()` prior to this operation is not equal to the value returned by `finalTransitionCode()` after this operation, and `false` otherwise. The behavior is undefined unless `24 > time.hour()`. == Synopsis Declared in `<bdlt_timetable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool removeTransition(xref:BloombergLP/bdlt/Time.adoc[Time] const& time); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#