[#BloombergLP-bdlt-Timetable-2constructor-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Timetable.adoc[Timetable]::Timetable :relfileprefix: ../../../ :mrdocs: Create a timetable having a valid range from the specified `firstDate` through the specified `lastDate` and having the optionally specified `initialTransitionCode`. If `initialTransitionCode` is not specified, the initial transition code is set to `k_UNSET_TRANSITION_CODE`. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. The behavior is undefined unless `firstDate <= lastDate`, and `0 <= initialTransitionCode` or `k_UNSET_TRANSITION_CODE == initialTransitionCode`. == Synopsis Declared in `<bdlt_timetable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Timetable( xref:BloombergLP/bdlt/Date.adoc[Date] const& firstDate, xref:BloombergLP/bdlt/Date.adoc[Date] const& lastDate, int initialTransitionCode = k_UNSET_TRANSITION_CODE, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#