[#BloombergLP-bdlt-Iso8601Util-generate-085] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Iso8601Util.adoc[Iso8601Util]::generate :relfileprefix: ../../../ :mrdocs: Write the ISO 8601 representation of the specified `object` to `stream`. == Synopsis Declared in `<bdlt_iso8601util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::ostream& generate( std::ostream& stream, xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] const& object, xref:BloombergLP/bdlt/Iso8601Util/GenerateConfiguration.adoc[GenerateConfiguration] const& configuration); ---- == Return Value a reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream | *object* | value to format | *configuration* | formatting configuration |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#