[#absl-AbslStringify-03] = xref:absl.adoc[absl]::AbslStringify :relfileprefix: ../ :mrdocs: Appends the formatted time to a stringify sink. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Sink> void AbslStringify( Sink& sink, xref:absl/Time.adoc[Time] t); ---- == Description Support for StrFormat(), StrCat() etc. == Parameters [cols="1,4"] |=== | Name| Description | *sink* | The sink to append to. | *t* | The time to stringify. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#