[#absl-FormatCivilTime-0b] = xref:absl.adoc[absl]::FormatCivilTime :relfileprefix: ../ :mrdocs: Formats the given civil‐time value into a string value of the following format: == Synopses Declared in `<absl/time/civil_time.h>` Formats the given civil‐time value into a string value of the following format: [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string xref:absl/FormatCivilTime-06.adoc[FormatCivilTime](xref:absl/CivilDay.adoc[CivilDay] c); ---- [.small]#xref:absl/FormatCivilTime-06.adoc[_» more..._]# Formats the given civil‐time value into a string value of the following format: [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string xref:absl/FormatCivilTime-05.adoc[FormatCivilTime](xref:absl/CivilHour.adoc[CivilHour] c); ---- [.small]#xref:absl/FormatCivilTime-05.adoc[_» more..._]# Formats the given civil‐time value into a string value of the following format: [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string xref:absl/FormatCivilTime-03.adoc[FormatCivilTime](xref:absl/CivilMinute.adoc[CivilMinute] c); ---- [.small]#xref:absl/FormatCivilTime-03.adoc[_» more..._]# Formats the given civil‐time value into a string value of the following format: [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string xref:absl/FormatCivilTime-00.adoc[FormatCivilTime](xref:absl/CivilMonth.adoc[CivilMonth] c); ---- [.small]#xref:absl/FormatCivilTime-00.adoc[_» more..._]# Formats the given civil‐time value into a string value of the following format: [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string xref:absl/FormatCivilTime-02.adoc[FormatCivilTime](xref:absl/CivilSecond.adoc[CivilSecond] c); ---- [.small]#xref:absl/FormatCivilTime-02.adoc[_» more..._]# Formats the given civil‐time value into a string value of the following format: [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string xref:absl/FormatCivilTime-08.adoc[FormatCivilTime](xref:absl/CivilYear.adoc[CivilYear] c); ---- [.small]#xref:absl/FormatCivilTime-08.adoc[_» more..._]# == Return Value The formatted civil‐time string. == Parameters [cols="1,4"] |=== | Name| Description | *c* | The civil‐time value to format. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#