public static function microseconds()

in src/datetime/Time.php [126:128]


  public static function microseconds(int $microseconds): this {
    return self::fromParts(0, 0, 0, 1000 * $microseconds);
  }