Deprecated. Use AbslUnparseFlag() instead.
Declared in <absl/time/time.h>
[[deprecated("Use AbslUnparseFlag() instead.")]]
std::string
UnparseFlag(Duration d);
Deprecated: Use AbslUnparseFlag() instead.. Use of this entity is allowed but discouraged.
The command-line string representation of d.
| Name | Description |
|---|---|
| d | The duration to unparse. |