[#absl-Time-2constructor-08] = xref:absl.adoc[absl]::xref:absl/Time.adoc[Time]::Time :relfileprefix: ../../ :mrdocs: Constructs a copy of another time. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr Time(xref:absl/Time.adoc[Time] const& t) = default; ---- == Parameters [cols="1,4"] |=== | Name| Description | *t* | The time to copy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#