[#BloombergLP-bdlt-Iso8601Util-generate-0a4] = 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/TimeTz.adoc[TimeTz] const& object, xref:BloombergLP/bdlt/Iso8601Util/GenerateConfiguration.adoc[GenerateConfiguration] const& configuration); ---- == Return Value the number of characters in the formatted string == Parameters [cols="1,4"] |=== | Name| Description | *buffer* | output buffer for the generated ISO 8601 text | *bufferLength* | capacity of `buffer` in bytes | *object* | value to format | *configuration* | formatting configuration |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#