Excerpt | ||
---|---|---|
| ||
timeToSecs(durationString, separator) Converts a duration in hours, minutes and seconds into total number of seconds. |
Function: timeToSecs()
Converts a duration in hours, minutes and seconds into total number of seconds. The hours or minutes part of the duration can be omitted.
...