BloombergLP::bdlt::Timetable::removeTransitions

removeTransitions overloads

Synopses

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...

Parameters

NameDescription
datedate whose transitions are removed
dayOfWeekday of week whose transitions are removed
timetime of day of the transitions to remove
firstDatefirst date of the closed interval
lastDatelast date of the closed interval