[#absl-ToCivilMonth] = xref:absl.adoc[absl]::ToCivilMonth :relfileprefix: ../ :mrdocs: Converts an absolute time to a month‐aligned civil time in a time zone. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/CivilMonth.adoc[CivilMonth] ToCivilMonth( xref:absl/Time.adoc[Time] t, xref:absl/TimeZone.adoc[TimeZone] tz); ---- == Return Value The month‐aligned civil time. == Parameters [cols="1,4"] |=== | Name| Description | *t* | The absolute time to convert. | *tz* | The time zone to convert in. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#