[#BloombergLP-bdlt-Timetable_Day-setInitialTransitionCode] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Timetable_Day.adoc[Timetable_Day]::setInitialTransitionCode :relfileprefix: ../../../ :mrdocs: Set the transition code in effect prior to the start of this daily timetable to the specified `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 `0 <= code || k_UNSET_TRANSITION_CODE == code`. == Synopsis Declared in `<bdlt_timetable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool setInitialTransitionCode(int code); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#