[#BloombergLP-bdlcc-TimeQueueItem-2constructor-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/TimeQueueItem.adoc[TimeQueueItem]::TimeQueueItem :relfileprefix: ../../../ :mrdocs: Create time queue item holding a copy of the specified `data`, with the specified associated `time` and `handle` information. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is zero, then use the currently installed default allocator. == Synopsis Declared in `<bdlcc_timequeue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TimeQueueItem( xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] const& time, DATA const& data, xref:BloombergLP/bdlcc/TimeQueueItem/Handle-03.adoc[Handle] handle, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#