[#BloombergLP-bdlt-Timetable_Day-2constructor-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Timetable_Day.adoc[Timetable_Day]::Timetable_Day :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlt_timetable.h>` Create an empty `Timetable_Day` (i.e., a daily timetable having no transitions) whose initial transition code is `k_UNSET_TRANSITION_CODE`. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bdlt/Timetable_Day/2constructor-0c.adoc[Timetable_Day](xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/bdlt/Timetable_Day/2constructor-0c.adoc[_» more..._]# Create a `Timetable_Day` having the same value as the specified `original` object. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Timetable_Day/2constructor-08.adoc[Timetable_Day]( xref:BloombergLP/bdlt/Timetable_Day.adoc[Timetable_Day] const& original, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/bdlt/Timetable_Day/2constructor-08.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#