[#absl-TimeZone-NextTransition] = xref:absl.adoc[absl]::xref:absl/TimeZone.adoc[TimeZone]::NextTransition :relfileprefix: ../../ :mrdocs: Finds the next offset change in this time zone at or after a given time. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool NextTransition( xref:absl/Time.adoc[Time] t, xref:absl/TimeZone/CivilTransition.adoc[CivilTransition]* trans) const; ---- == Return Value `true` if a transition was found, `false` otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *t* | The time to search forward from. | *trans* | Output parameter receiving the transition found. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#