MoonPhaseDate
返回下一个新月的日期.
MoonPhaseDate[phase]
返回给定月相 phase 的下一个实例的日期.
MoonPhaseDate[date,phase]
返回给定 phase 在 date 之后的第一个实例的日期.
更多信息和选项
- 月相描述了月球与太阳之间的角度,它决定了从地球上观测到的月球的视形状.
- 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 输出日期的时区
范例
打开所有单元关闭所有单元选项 (6)
CalendarType (1)
MoonPhaseDate 默认返回公历日期:
DateFormat (1)
MoonPhaseDate 默认以长格式返回日期:
DateGranularity (1)
MoonPhaseDate 默认返回粒度为 "Instant" 的日期:
TimeDirection (1)
MoonPhaseDate 默认情况下会找下一个新月:
TimeSystem (1)
MoonPhaseDate 默认以世界时为单位返回日期:
TimeZone (1)
MoonPhaseDate 默认返回当地时区的日期:
属性和关系 (5)
MoonPhaseDate 给出给定月相的日期:
MoonPhase 给出被照明的分数和名称:
实体月相也可以在 MoonPhaseDate 中使用:
NewMoon 是 MoonPhaseDate 的新月特例:
FullMoon 是 MoonPhaseDate 的满月特例:
该日期也可以使用 FromLunationNumber 获得,使用 p 作为当前整数月相数的小数部分:
文本
Wolfram Research (2024),MoonPhaseDate,Wolfram 语言函数,https://reference.wolfram.com/language/ref/MoonPhaseDate.html.
CMS
Wolfram 语言. 2024. "MoonPhaseDate." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/MoonPhaseDate.html.
APA
Wolfram 语言. (2024). MoonPhaseDate. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/MoonPhaseDate.html 年