LeapYearQ

LeapYearQ[date]

返回 True 如果对应于 date 的年份是一个闰年.

更多信息和选项

  • 日期可以使用下列格式指定:
  • DateObject[]日期对象
    {y,m,d}年,月,日
    {y,m}指定月份的第一天
    {y}年份 y 的第一个月的第一天
    "string"以字符串 ("Jan. 1, 2000") 表示的日期
    numberAbsoluteTime 指定
  • 可以给出下列选项:
  • CalendarType "Gregorian"日期参数指定的日历

范例

打开所有单元关闭所有单元

基本范例  (4)

求某一天是否是在闰年里:

使用一个紧凑的 DateList:

允许使用 AbsoluteTime 指定:

使用字符串指定:

选项  (3)

CalendarType  (3)

在犹太历中,闰年被定义为一年13个月:

在伊斯兰表格日历中,闰年被定义为那些第 12 个月有 30 天的年份:

在 Julian 历中,每四年是一个闰年:

应用  (1)

通过在 5000 年的范围内进行分析,在不同的日历中查找闰年的周期:

在儒略历中,每四年一个闰年:

公历每 400 年有 97 次闰年:

在犹太历中,每 19 年有 7 次闰年:

伊斯兰表格日历中,以 30 年为一周期,每个周期中有 11 个闰年:

可能存在的问题  (1)

LeapYearQ 同时接受 DateListAbsoluteTime 规格,所以数值输入会被视为从1900年起经过的秒数:

对于年的指定,应使用 DateListDateObject 格式:

Wolfram Research (2012),LeapYearQ,Wolfram 语言函数,https://reference.wolfram.com/language/ref/LeapYearQ.html (更新于 2014 年).

文本

Wolfram Research (2012),LeapYearQ,Wolfram 语言函数,https://reference.wolfram.com/language/ref/LeapYearQ.html (更新于 2014 年).

CMS

Wolfram 语言. 2012. "LeapYearQ." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2014. https://reference.wolfram.com/language/ref/LeapYearQ.html.

APA

Wolfram 语言. (2012). LeapYearQ. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/LeapYearQ.html 年

BibTeX

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

BibLaTeX

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