getTotalMilliseconds method

int getTotalMilliseconds()

Gets the number of milliseconds.

@return the number of milliseconds.

Implementation

int getTotalMilliseconds() {
  return this.time;
}