Write FIX representation of a DateTz to buffer.
Declared in <bdlt_fixutil.h>
static
int
generateRaw(
char* buffer,
DateTz const& object,
FixUtilConfiguration const& configuration);
Same as the preceding overload for a DateTz, using the specified configuration.
number of characters in the formatted string
| Name | Description |
|---|---|
| buffer | output buffer |
| object | value to format |
| configuration | formatting configuration |