[#absl-SimulatedClock-2constructor-08] = xref:absl.adoc[absl]::xref:absl/SimulatedClock.adoc[SimulatedClock]::SimulatedClock :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<absl/time/simulated_clock.h>` Constructs a simulated clock initialized to the Unix epoch. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/SimulatedClock/2constructor-00.adoc[SimulatedClock](); ---- [.small]#xref:absl/SimulatedClock/2constructor-00.adoc[_» more..._]# Constructs a simulated clock initialized to the given time. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:absl/SimulatedClock/2constructor-01.adoc[SimulatedClock](xref:absl/Time.adoc[absl::Time] t); ---- [.small]#xref:absl/SimulatedClock/2constructor-01.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *t* | The initial simulated time. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#