toTime method

TimeOfDay toTime()

Only time is extracted.

Implementation

TimeOfDay toTime() {
  return TimeOfDay.fromDateTime(this);
}