Write the raw ISO 8601 representation of the specified object to buffer.
Synopsis
Declared in <bdlt_iso8601util.h>
static
int
generateRaw(
char* buffer,
DatetimeOrDatetimeTz const& object,
GenerateConfiguration const& configuration);
Return Value
the number of characters in the formatted string
Parameters
Name |
Description |
buffer |
output buffer for the generated ISO 8601 text |
object |
value to format |
configuration |
formatting configuration |
Created with MrDocs