toTime method

String toTime()

Implementation

String toTime() {
  var df = DateFormat("HH:mm");
  return df.format(this);
}