[#BloombergLP-bdlt-Timetable-setInitialTransitionCode] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Timetable.adoc[Timetable]::setInitialTransitionCode :relfileprefix: ../../../ :mrdocs: Set the initial transition code of this timetable. == Synopsis Declared in `<bdlt_timetable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setInitialTransitionCode(int code); ---- == Description Set the transition code in effect at the start of this timetable to the specified `code`. The behavior is undefined unless `0 <= code || k_UNSET_TRANSITION_CODE == code`. == Parameters [cols="1,4"] |=== | Name| Description | *code* | transition code in effect at the start of the timetable |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#