public static function nanoseconds()

in src/datetime/Time.php [137:139]


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