[#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 `Timetable_CompactableTransition` having the specified `time` and `code`. 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"] ---- Timetable_CompactableTransition( xref:BloombergLP/bdlt/Time.adoc[Time] const& time, int code); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#