[#absl-UnparseFlag-06] = xref:absl.adoc[absl]::UnparseFlag :relfileprefix: ../ :mrdocs: Deprecated. Use `AbslUnparseFlag()` instead. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated("Use AbslUnparseFlag() instead.")]] std::string UnparseFlag(xref:absl/Duration.adoc[Duration] d); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]: Use AbslUnparseFlag() instead.. Use of this entity is allowed but discouraged. ==== == 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]#