Skip to content

DurationTransformer.transformValue method

DurationTransformer › transformValue

Transforms the value to a string.

Signature:

transformValue(value: moment.Duration): string

Parameters:

ParameterTypeDescription
valuemoment.DurationThe value to transform.

Returns: stringThe transformed value.