[#BloombergLP-bdlt-Timetable_CompactableTransition-2constructor-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Timetable_CompactableTransition.adoc[Timetable_CompactableTransition]::Timetable_CompactableTransition :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlt_timetable.h>` Create a `Timetable_CompactableTransition` having time value `Time(0)` and code `k_UNSET_TRANSITION_CODE`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Timetable_CompactableTransition/2constructor-02.adoc[Timetable_CompactableTransition](); ---- [.small]#xref:BloombergLP/bdlt/Timetable_CompactableTransition/2constructor-02.adoc[_» more..._]# Create a `Timetable_CompactableTransition` having the same value as the specified `original` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Timetable_CompactableTransition/2constructor-060.adoc[Timetable_CompactableTransition](xref:BloombergLP/bdlt/Timetable_CompactableTransition.adoc[Timetable_CompactableTransition] const& original); ---- [.small]#xref:BloombergLP/bdlt/Timetable_CompactableTransition/2constructor-060.adoc[_» more..._]# 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`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Timetable_CompactableTransition/2constructor-06f.adoc[Timetable_CompactableTransition]( xref:BloombergLP/bdlt/Time.adoc[Time] const& time, int code); ---- [.small]#xref:BloombergLP/bdlt/Timetable_CompactableTransition/2constructor-06f.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#