mmSS method

String mmSS()

Parse from Duration to String corresponding to format.

The output will be in the format 30:12.

Durationからformatに対応したStringにパースします。

30:12のような形式で出力されます。

Implementation

String mmSS() {
  return format("mm:ss");
}