Same as the preceding overload for a DateTz, using the specified configuration.

Synopsis

Declared in <bdlt_fixutil.h>

static
int
generate(
    char* buffer,
    int bufferLength,
    DateTz const& object,
    FixUtilConfiguration const& configuration);

Return Value

the number of characters written before truncation

Parameters

Name

Description

buffer

destination buffer

bufferLength

capacity of buffer in bytes

object

the value to format

configuration

formatting configuration

Created with MrDocs