getTime method

String getTime(
  1. DateTime time
)

Implementation

String getTime(DateTime time) {
  return dateTimeFormat(time);
}