Same as the preceding overload for a Datetime, using the specified configuration.
Synopsis
Declared in <bdlt_fixutil.h>
static
int
generate(
char* buffer,
int bufferLength,
Datetime const& object,
FixUtilConfiguration const& configuration);
Return Value
the number of characters written before truncation
Parameters
Name |
Description |
buffer |
destination buffer |
bufferLength |
capacity of |
object |
the value to format |
configuration |
formatting configuration |
Created with MrDocs