[#BloombergLP-bsls-TimeInterval-streamOut] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval]::streamOut :relfileprefix: ../../../ :mrdocs: Format this time to the specified output `stream`, and return a reference to the modifiable `stream`. == Synopsis Declared in `<bsls_timeinterval.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STREAM> STREAM& streamOut(STREAM& stream) const; ---- == Description DEPRECATED: Use `print` instead. [.small]#Created with https://www.mrdocs.com[MrDocs]#