hhMMSS method

String hhMMSS()

Parse from Duration to String corresponding to format.

The output will be in the format 08:30:12.

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

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

Implementation

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