toTimeString method

String toTimeString()

Implementation

String toTimeString() {
  return DateFormat("HH:mm").format(this);
}