getTotalMilliseconds method
Gets the number of milliseconds.
@return the number of milliseconds.
Implementation
int getTotalMilliseconds() {
return this.time;
}
Gets the number of milliseconds.
@return the number of milliseconds.
int getTotalMilliseconds() {
return this.time;
}