[#absl-AbslUnparseFlag-08] = xref:absl.adoc[absl]::AbslUnparseFlag :relfileprefix: ../ :mrdocs: Unparses a Duration value into a command‐line string representation using the format specified by `absl::ParseDuration()`. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string AbslUnparseFlag(xref:absl/Duration.adoc[Duration] d); ---- == Return Value The command‐line string representation of `d`. == Parameters [cols="1,4"] |=== | Name| Description | *d* | The duration to unparse. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#