Format the specified object into the specified buffer using ISO 8601.
Synopsis
Declared in <bdlt_iso8601util.h>
static
int
generate(
char* buffer,
DateTz const& object,
ssize_t bufferLength,
bool useZAbbreviationForUtc);
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 |
bufferLength |
capacity of |
useZAbbreviationForUtc |
if |
Created with MrDocs