Parse from Duration to String corresponding to format.
The output will be in the format 08:30.
08:30
Durationからformatに対応したStringにパースします。
08:30のような形式で出力されます。
String hhMM() { return format("HH:mm"); }