[#BloombergLP-bdlt-DateTzFormatter-formatNextSpecifier] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/DateTzFormatter.adoc[DateTzFormatter]::formatNextSpecifier :relfileprefix: ../../../ :mrdocs: If the first character of the specified `*specInOut` is recognized by this specifier formatter, use it to format the specified `value` to `*outIt`, remove the character from `*specInOut`, and return `true`, otherwise return `false` with no modification to `*specInOut`. == Synopsis Declared in `<bdlt_datetzformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ITERATOR> bool formatNextSpecifier( xref:BloombergLP/bdlt/DateTzFormatter.adoc[StringView]* specInOut, t_ITERATOR* outIt, xref:BloombergLP/bdlt/DateTzFormatter.adoc[FormatCache] const& value) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#