setStartTime method

void setStartTime(
  1. int time
)

Implementation

void setStartTime(int time) {
  startTime = time;
}