Append the ISO 8601 representation of the specified object to string.
Declared in <bdlt_iso8601util.h>
static
int
generate(
bsl::string* string,
TimeOrTimeTz const& object,
GenerateConfiguration const& configuration);
the number of characters in the formatted string
| Name | Description |
|---|---|
| string | receives the generated ISO 8601 text |
| object | value to format |
| configuration | formatting configuration |