Format the specified object into the specified buffer using ISO 8601.
Declared in <bdlt_iso8601util.h>
static
int
generate(
char* buffer,
ssize_t bufferLength,
Time const& object,
GenerateConfiguration const& configuration);
number of characters written before truncation
| Name | Description |
|---|---|
| buffer | output buffer |
| bufferLength | capacity of buffer in bytes |
| object | value to format |
| configuration | formatting configuration |