[#BloombergLP-bdlt-Timetable_CompactableTransition-2constructor-06f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Timetable_CompactableTransition.adoc[Timetable_CompactableTransition]::Timetable_CompactableTransition :relfileprefix: ../../../ :mrdocs: Create a compactable transition with `time` and `code`. == Synopsis Declared in `<bdlt_timetable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Timetable_CompactableTransition( xref:BloombergLP/bdlt/Time.adoc[Time] const& time, int code); ---- == Description Create a `Timetable_CompactableTransition` having the specified `time` and `code`. The behavior is undefined unless `24 > time.hour()` and `0 <= code || k_UNSET_TRANSITION_CODE == code`. == Parameters [cols="1,4"] |=== | Name| Description | *time* | transition time | *code* | transition code |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#