[#BloombergLP-bdlt-Timetable-removeTransitions-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Timetable.adoc[Timetable]::removeTransitions :relfileprefix: ../../../ :mrdocs: Remove all transitions from this timetable that occur at the specified `time` on all dates that are of the specified `dayOfWeek` within the closed interval of dates from the specified `firstDate` to the specified `lastDate`. The removal of a transition invalidates all iterators. The behavior is undefined unless `24 > time.hour()`, `firstDate <= lastDate`, and `firstDate` and `lastDate` are within the valid range of this timetable. == Synopsis Declared in `<bdlt_timetable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void removeTransitions( xref:BloombergLP/bdlt/DayOfWeek/Enum.adoc[DayOfWeek::Enum] const& dayOfWeek, xref:BloombergLP/bdlt/Time.adoc[Time] const& time, xref:BloombergLP/bdlt/Date.adoc[Date] const& firstDate, xref:BloombergLP/bdlt/Date.adoc[Date] const& lastDate); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#