[#BloombergLP-bdlt-FixUtil-generateRaw-076] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/FixUtil.adoc[FixUtil]::generateRaw :relfileprefix: ../../../ :mrdocs: Write FIX representation of a `DateTz` to `buffer`. == Synopsis Declared in `<bdlt_fixutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int generateRaw( char* buffer, xref:BloombergLP/bdlt/DateTz.adoc[DateTz] const& object, xref:BloombergLP/bdlt/FixUtilConfiguration.adoc[FixUtilConfiguration] const& configuration); ---- == Description Same as the preceding overload for a `DateTz`, using the specified `configuration`. == Return Value number of characters in the formatted string == Parameters [cols="1,4"] |=== | Name| Description | *buffer* | output buffer | *object* | value to format | *configuration* | formatting configuration |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#