[#absl-ToCivilDay] = xref:absl.adoc[absl]::ToCivilDay :relfileprefix: ../ :mrdocs: Converts an absolute time to a day‐aligned civil time in a time zone. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/CivilDay.adoc[CivilDay] ToCivilDay( xref:absl/Time.adoc[Time] t, xref:absl/TimeZone.adoc[TimeZone] tz); ---- == Return Value The day‐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]#