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