[#BloombergLP-bdlt-Timetable-removeTransitions-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Timetable.adoc[Timetable]::removeTransitions :relfileprefix: ../../../ :mrdocs: `removeTransitions` overloads == Synopses Declared in `<bdlt_timetable.h>` Remove all transitions from this timetable that occur on the specified `date`. The removal of a transition invalidates all iterators. The behavior is undefined unless `date` is within the valid range of this timetable. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlt/Timetable/removeTransitions-0c.adoc[removeTransitions](xref:BloombergLP/bdlt/Date.adoc[Date] const& date); ---- [.small]#xref:BloombergLP/bdlt/Timetable/removeTransitions-0c.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlt/Timetable/removeTransitions-08.adoc[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]#xref:BloombergLP/bdlt/Timetable/removeTransitions-08.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#