HHmm method
Parse from DateTime to String corresponding to an Intl DateFormat.
The output will be in the format 10:24
.
DateTimeからIntlのDateFormatに対応したStringにパースします。
10:24
のような形式で出力されます。
Please refer to the following page for details.
詳細は下記ページを参考にしてください。
Implementation
// ignore: non_constant_identifier_names
String HHmm() {
return format("HH:mm");
}