Sets the `sec` component of the time
int|string|IntegerObject $value The `sec` value to set:
public function setSec($value) : void { $this->time = new Time($value, $this->time ->getMicroseconds()); }