Same as the preceding overload for a DatetimeTz, using the specified configuration.
Synopsis
Declared in <bdlt_fixutil.h>
static
int
generate(
std::string* string,
DatetimeTz const& object,
FixUtilConfiguration const& configuration);
Return Value
the number of characters in the formatted string
Parameters
Name |
Description |
string |
destination string |
object |
the value to format |
configuration |
formatting configuration |
Created with MrDocs