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