[#absl-FromTimeT] = xref:absl.adoc[absl]::FromTimeT :relfileprefix: ../ :mrdocs: Creates an `absl::Time` from a `time_t` value. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/Time.adoc[Time] FromTimeT(time_t t); ---- == Return Value The corresponding time. == Parameters [cols="1,4"] |=== | Name| Description | *t* | The `time_t` value to convert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#