[#BloombergLP-bdlt-TimeZoneFormatter-parseNextSpecifier] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/TimeZoneFormatter.adoc[TimeZoneFormatter]::parseNextSpecifier :relfileprefix: ../../../ :mrdocs: If the first character of the specified `*specInOut` is recognized by this specifier formatter, parse it, remove it from `*specInOut`, and return `true`, otherwise return `false` with no modification to `*specInOut`. The behavior is undefined if `*specInOut` is empty. == Synopsis Declared in `<bdlt_timezoneformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool parseNextSpecifier(xref:BloombergLP/bdlt/TimeZoneFormatter.adoc[StringView]* specInOut); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#