MoonPhaseDate

MoonPhaseDate[]

次の新月の日付を返す.

MoonPhaseDate[phase]

月の指定された phase になる次の日付を返す.

MoonPhaseDate[date,phase]

date 後初めての指定の phase の日付を返す.

詳細とオプション

  • 月相は月と太陽の間の角度を説明するもので,地球から観察される月の見かけの形を決定する.
  • MoonPhaseDateは,新月,満月,その他の月相の日付を与える.
  • MoonPhaseDate[phase]phase は,名前付きのケース(例:"NewMoon""FirstQuarter"),Entity["MoonPhase","New"]のような実体,または連続する実数(新月は0,上弦の月は0.25,満月は0.5,下弦の月は0.75,次の新月は1)で与えられる.
  • MoonPhaseDate[date,phase]date は任意のDateObject式でよい.
  • 次は,MoonPhaseDateのオプションである.
  • CalendarType Automatic返す日付の暦
    DateFormat Automatic出力の日付を表示する形式
    DateGranularity Automatic出力の日付の粒度
    TimeDirection 1次の新月を返すか,直前の新月を返すか
    TimeSystem Automatic出力の日付の時間系
    TimeZone $TimeZone出力の日付の時刻帯

例題

すべて開くすべて閉じる

  (3)

次の新月の日付を求める:

次の上弦の月の日付を求める:

2000年1月1日以降の最初の新月の日付を求める:

スコープ  (2)

同じ月相を異なる方法で指定する:

特定の日付の後の指定された月相の日付を求める:

オプション  (6)

CalendarType  (1)

MoonPhaseDateは,デフォルトで,日付をグレゴリオ暦で返す:

日付をユダヤ暦で返す:

DateFormat  (1)

MoonPhaseDateは,デフォルトで,日付を長形式で返す

自分独自の形式を指定する:

DateGranularity  (1)

MoonPhaseDateは,デフォルトで,日付を粒度"Instant"で返す:

粒度"Day"で日付を返す:

TimeDirection  (1)

MoonPhaseDateは,デフォルトで,次の新月を求める:

直前の新月を求める:

TimeSystem  (1)

MoonPhaseDateは,デフォルトで,世界時で日付を返す:

"TT"時で日付を返す:

TimeZone  (1)

MoonPhaseDateは,デフォルトで,ユーザの時刻帯で日付を返す:

GMT時刻帯で日付を返す:

特性と関係  (5)

新月のときは常に,太陽と月の黄経が等しくなる:

黄緯の違いが十分に小さいと日食になる:

MoonPhaseDateは指定された月相の日付を与える:

MoonPhaseは月光の割合と名前を与える:

MoonPhaseDateには実体の位相を使うこともできる:

NewMoonは,新月についてのMoonPhaseDateの特別ケースである:

FullMoonは,満月についてのMoonPhaseDateの特別ケースである:

ランダムな月相の値 p の日付を求める:

この日付はFromLunationNumberp を現在の新月数の小数点以下に使って得ることもできる:

Wolfram Research (2024), MoonPhaseDate, Wolfram言語関数, https://reference.wolfram.com/language/ref/MoonPhaseDate.html.

テキスト

Wolfram Research (2024), MoonPhaseDate, Wolfram言語関数, https://reference.wolfram.com/language/ref/MoonPhaseDate.html.

CMS

Wolfram Language. 2024. "MoonPhaseDate." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/MoonPhaseDate.html.

APA

Wolfram Language. (2024). MoonPhaseDate. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/MoonPhaseDate.html

BibTeX

@misc{reference.wolfram_2024_moonphasedate, author="Wolfram Research", title="{MoonPhaseDate}", year="2024", howpublished="\url{https://reference.wolfram.com/language/ref/MoonPhaseDate.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_moonphasedate, organization={Wolfram Research}, title={MoonPhaseDate}, year={2024}, url={https://reference.wolfram.com/language/ref/MoonPhaseDate.html}, note=[Accessed: 21-November-2024 ]}