BloombergLP::bdlt::TimetableCache::lookupLoadTime

Return the UTC datetime when the named timetable was loaded.

Synopsis

Declared in <bdlt_timetablecache.h>

Datetime
lookupLoadTime(char const* timetableName) const;

Description

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().

Return Value

UTC load time, or a default Datetime if missing/expired

Parameters

NameDescription
timetableNamename of the timetable to look up