DurationTransformer.restoreValue method
DurationTransformer › restoreValue
Restores the value from a string.Signature:
restoreValue(transformedValue: string): moment.DurationParameters:
| Parameter | Type | Description |
|---|---|---|
| transformedValue | string | The string to restore the value from. |
Returns: moment.Duration — The restored value.