[#BloombergLP-bdlt-Iso8601Util-generate-0bd] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Iso8601Util.adoc[Iso8601Util]::generate :relfileprefix: ../../../ :mrdocs: Format the specified `object` into the specified `buffer` using ISO 8601. == Synopsis Declared in `<bdlt_iso8601util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int generate( char* buffer, xref:BloombergLP/bdlt/Iso8601Util/ssize_t.adoc[ssize_t] bufferLength, xref:BloombergLP/bdlt/Time.adoc[Time] const& object, xref:BloombergLP/bdlt/Iso8601Util/GenerateConfiguration.adoc[GenerateConfiguration] const& configuration); ---- == Return Value number of characters written before truncation == Parameters [cols="1,4"] |=== | Name| Description | *buffer* | output buffer | *bufferLength* | capacity of `buffer` in bytes | *object* | value to format | *configuration* | formatting configuration |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#