public static function fromMicroseconds(float $microseconds) : self { return new self($microseconds * 1000); }