[#BloombergLP-bdlt-Timetable_Day-addTransition] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Timetable_Day.adoc[Timetable_Day]::addTransition :relfileprefix: ../../../ :mrdocs: Add a transition to this daily timetable at the specified `time` having the specified `code`. If `time` is already a transition point, replace the existing code with `code`. Return `true` if the value returned by `finalTransitionCode()` prior to this operation is not equal to the value returned by `finalTransitionCode()` after this operation, and `false` otherwise. The behavior is undefined unless `24 > time.hour()` and `0 <= code || k_UNSET_TRANSITION_CODE == code`. == Synopsis Declared in `<bdlt_timetable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool addTransition( xref:BloombergLP/bdlt/Time.adoc[Time] const& time, int code); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#