transitionCodeInEffect overloads
Declared in <bdlt_timetable.h>
Return the transition code associated with the latest transition that occurs on or before the specified datetime in this timetable. If this timetable has no such transition, return initialTransitionCode(). The behavior is undefined unless 24 > datetime.hour() and datetime.date() is within the valid range of this timetable.
int
transitionCodeInEffect(Datetime const& datetime) const;
» more...
Return the transition code associated with the latest transition that occurs on or before the specified date and time in this timetable. If this timetable has no such transition, return initialTransitionCode(). The behavior is undefined unless 24 > time.hour() and date is within the valid range of this timetable.
int
transitionCodeInEffect(
Date const& date,
Time const& time) const;
» more...