[#BloombergLP-bdlt-Datetime-streamOut] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Datetime.adoc[Datetime]::streamOut :relfileprefix: ../../../ :mrdocs: Format this datetime to the specified output `stream` and return a reference to the modifiable `stream`. == Synopsis Declared in `<bdlt_datetime.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& streamOut(std::ostream& stream) const; ---- == Description DEPRECATED: Use `print` instead. == Return Value a reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#