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