[#BloombergLP-bdlt-TimetableCache-lookupLoadTime] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/TimetableCache.adoc[TimetableCache]::lookupLoadTime :relfileprefix: ../../../ :mrdocs: Return the datetime, in Coordinated Universal Time (UTC), at which the timetable having the specified `timetableName` was loaded into this timetable cache. If the timetable having `timetableName` is not found in the cache, or if the timetable has expired (i.e., per a timeout optionally supplied at construction), return `Datetime()`. == Synopsis Declared in `<bdlt_timetablecache.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Datetime.adoc[Datetime] lookupLoadTime(char const* timetableName) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#