[#absl-AbslHashValue-070] = xref:absl.adoc[absl]::AbslHashValue :relfileprefix: ../ :mrdocs: Combines this time zone into a hash state. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- H AbslHashValue( H h, xref:absl/TimeZone.adoc[TimeZone] tz); ---- == Return Value The updated hash state. == Parameters [cols="1,4"] |=== | Name| Description | *h* | The hash state to combine into. | *tz* | The time zone to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#