[#absl-ParseLenientCivilTime-06] = xref:absl.adoc[absl]::ParseLenientCivilTime :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<absl/time/civil_time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool ParseLenientCivilTime( std::string_view s, xref:absl/CivilMonth.adoc[CivilMonth]* c); ---- == Parameters [cols="1,4"] |=== | Name| Description | *c* | A civil‐time value aligned to the month field (YYYY‐MM). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#