removeTransitions overloads
Declared in <bdlt_timetable.h>
Remove all transitions occurring on date.
void
removeTransitions(Date const& date);
» more...
Remove transitions at time on dayOfWeek dates in [firstDate .. lastDate].
void
removeTransitions(
DayOfWeek::Enum const& dayOfWeek,
Time const& time,
Date const& firstDate,
Date const& lastDate);
» more...
| Name | Description |
|---|---|
| date | date whose transitions are removed |
| dayOfWeek | day of week whose transitions are removed |
| time | time of day of the transitions to remove |
| firstDate | first date of the closed interval |
| lastDate | last date of the closed interval |