...
timeToSecs(durationString, separator)
Argument | TypeParameter Types | Description |
---|---|---|
durationString | String | Duration in format hh:mm:ss, mm:ss or ss. |
separator | String | Separator used between the individual parts of the duration. |
...
...
timeToSecs(durationString, separator)
Argument | TypeParameter Types | Description |
---|---|---|
durationString | String | Duration in format hh:mm:ss, mm:ss or ss. |
separator | String | Separator used between the individual parts of the duration. |
...