[#BloombergLP-bdlt-Timetable-begin] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Timetable.adoc[Timetable]::begin :relfileprefix: ../../../ :mrdocs: Return an iterator to the first transition in this timetable. == Synopsis Declared in `<bdlt_timetable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Timetable/const_iterator.adoc[const_iterator] begin() const; ---- == Description Return an iterator referring to the first transition in this timetable, or the past‐the‐end iterator if this timetable is empty. The iterator remains valid as long as this timetable exists, and the number of transitions within this timetable does not change. == Return Value const iterator referring to the first transition [.small]#Created with https://www.mrdocs.com[MrDocs]#