[#BloombergLP-bdlt-Timetable-lastDate] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Timetable.adoc[Timetable]::lastDate :relfileprefix: ../../../ :mrdocs: Return the latest date in this timetable's valid range. == Synopsis Declared in `<bdlt_timetable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Date.adoc[Date] const& lastDate() const; ---- == Description Return a `const` reference to the latest date in the valid range of this timetable. The behavior is undefined if this timetable does not have a valid range (i.e., it is in the default constructed (empty) state). == Return Value latest date in the valid range [.small]#Created with https://www.mrdocs.com[MrDocs]#