durationToString
durationToString(
d):string
Defined in: duration.ts:124
Convert a google.protobuf.Duration message to a string. The string will be in the format of ‘3s’ for 3 seconds or ‘3.000000001s’ for 3 seconds and 1 nanosecond.
Parameters
Section titled “Parameters”Duration
Returns
Section titled “Returns”string