Return the transition code associated with the latest transition that occurs on or before the specified time in this daily timetable. If this daily timetable has no such transition, return initialTransitionCode(). The behavior is undefined unless 24 > time.hour().

Synopsis

Declared in <bdlt_timetable.h>

int
transitionCodeInEffect(Time const& time) const;

Created with MrDocs