tformat method

String tformat()

Implementation

String tformat() {
  return DateFormat('HH:mm:ss').format(this);
}