[#BloombergLP-bdlcc-TimeQueue-091-countLE] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/TimeQueue-091.adoc[TimeQueue<function<void()>>]::countLE :relfileprefix: ../../../ :mrdocs: Return the number of items in this queue that have a time value less than or equal to the specified `time`. Note that the value returned may be obsolete by the time it is received. == Synopsis Declared in `<bdlcc_timequeue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int countLE(xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] const& time) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#