Transform duration to string representation. Adds leading zero for one digit hours, minutes or seconds. Can only output part of the duration e.g. only hours and minutes. Optionally add units like "h", "m" and "s".
to transform into string
which parts of the duration should be included
to display after hours, minutes and seconds
Transform duration to string representation. Adds leading zero for one digit hours, minutes or seconds. Can only output part of the duration e.g. only hours and minutes. Optionally add units like "h", "m" and "s".