[#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: Remove the transition at `time`, if present. == Synopsis Declared in `<bdlt_timetable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool removeTransition(xref:BloombergLP/bdlt/Time.adoc[Time] const& time); ---- == Description 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()`. == Return Value `true` if the final transition code changed == Parameters [cols="1,4"] |=== | Name| Description | *time* | transition time to remove |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#