LeapYearQ

LeapYearQ[date]

date に対応する年が閏年の場合はTrueを返す.

詳細とオプション

  • 日付は次の形式で指定することができる.
  • DateObject[]日付オブジェクト
    {y,m,d}年,月,日
    {y,m}指定された月の最初の日
    {y}y の最初の月の最初の日
    "string"文字列としての日付 ("Jan. 1, 2000")
    numberAbsoluteTimeによる指定
  • 使用可能なオプション
  • CalendarType "Gregorian"日付のパラメータが指定された暦

例題

すべて開くすべて閉じる

  (4)

次の日付は閏年のものかどうかを確かめる:

コンパクトなDateListを使う:

AbsoluteTime指定を使うことができる:

文字列の指定を使う:

オプション  (3)

CalendarType  (3)

ユダヤ歴の閏年は13ヶ月の年として定義される:

イスラム教の表形式の暦では,閏年は12月が30日ある年として定義される:

ユリウス暦では,閏年は4年ごとにある:

アプリケーション  (1)

5000年間の範囲を分析して,異なる暦における閏年の周期性を求める:

ユリウス暦では4年ごとに閏年がある:

グレゴリオ歴では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 Language. 2012. "LeapYearQ." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2014. https://reference.wolfram.com/language/ref/LeapYearQ.html.

APA

Wolfram Language. (2012). LeapYearQ. Wolfram Language & System Documentation Center. Retrieved from 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 ]}