周期計算器

次の数回の月経、排卵、最後の月経からの 受精窓を予測します。

days
days
出血は通常何日続くのか。
次の期間
その後の時代
次の排卵
受精窓

結果はタイプすると更新されます。

この計算機の情報

you have a 28-day cycle, your next period is due 28 days after the last one began, the one after that at 56 days, and so on for as many cycles as you ask it to show. Ovulation for each cycle is placed 14 days before that period start, with the fertile window running the five days before it. Enter a longer or shorter average and every projected date shifts by the same amount. If you have a 28-day cycle, your next period is due 28 days after the last one began, the one after that at 56 days, and so on for as many cycles as you ask it to show. Use it to know when your next period is due from the first day of your last period and your average cycle length. If you have a 28-day cycle, your next period is due 28 days after the last period, and the one after that at 56 days, and so on for as many cycles as you ask it to show.Use it to know when your next period is due from the first day of your last period and your average cycle length. If you have a 28-day cycle, your next period is due 28 days after the last period, and the one after that at 56 days, and so on for as many cycles as you ask it to show.Use it to know when your next period is due from the first day of your last period and your average cycle length. If you have a 28-day cycle, your next period is due 28 days after the last period, and the one after that at 56 days, and so on for as many cycles as you ask it to show. Use it to know when your next period is due from the first day of your last period and your average cycle length. If you have a 28-day cycle, your next period is due 28 days after the last period, and the one after that at 56 days, and so on for as many cycles as you ask it to show. Use it to know when your next period is due 28 days after the last period starts, and the one after that at 56 days, and so on for as many cycles as you ask it to show.Use it to know when your next period is due from the first

よくある質問

私の生理がいつ来るか どうやって予測できますか?

各期間は前の期間よりも1日長いサイクルです。このツールは最後の月経の最初の日に周期の長さ(デフォルトでは28日)を加え、次の数ヶ月を予測するために繰り返します。

月経予測はどれくらい正確なのか。

実際の周期は月ごとに数日ずつ変化します。ストレス、病気、ホルモンの変化によって変化が大きくなります。だから、日付を保証ではなく推定として扱ってください。

周期が不規則なら?

平均周期長を入力して最良の推定を行いますが、予測は信頼性が低くなります。数回の周期を追跡したり排卵キットを使用すると、固定長のカレンダー推定よりも明確な画像が得られます。

次の生理はいつ?

これは最後の月経が始まった日からの 1 週間の周期です。28 日周期では、次の月経は前回の月経が始まった日から 28 日後に来るでしょう。このツールは、入力した平均周期長を使って数ヶ月先を予測します。

平均サイクル長はどうやって計算する?

数ヶ月間の各周期の最初の日を記録し、その間の間隔を平均します。平均値を入力すると、固定された 28 日周期を仮定するよりも正確な予測が得られます。

このツールは私の受精日を表示できますか?

はい 予測月経の 隣に排卵日を表示してる 次の月経の 14日前 6日間の受精期間が終わる

❤️ ラブ Calculator.Free? 分けて

𝕏  X Facebook Reddit
API — コードからこの計算機を使う

この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →

エンドポイント

GET https://calculator.free/api/v1/period/

curl

curl "https://calculator.free/api/v1/period/?cycle=28"

JavaScript fetch()

const r = await fetch(
  "https://calculator.free/api/v1/period/?" + new URLSearchParams({
    "cycle": "28"
  }));
const data = await r.json();
console.log(data.results);

結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。