GregorianCalendar.GetLeapMonth(Int32, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された年と時代 (年号) の閏月を計算します。
public:
override int GetLeapMonth(int year, int era);
public override int GetLeapMonth (int year, int era);
[System.Runtime.InteropServices.ComVisible(false)]
public override int GetLeapMonth (int year, int era);
override this.GetLeapMonth : int * int -> int
[<System.Runtime.InteropServices.ComVisible(false)>]
override this.GetLeapMonth : int * int -> int
Public Overrides Function GetLeapMonth (year As Integer, era As Integer) As Integer
パラメーター
- year
- Int32
年。
戻り値
常に 0 (グレゴリオ暦では閏月が認識されないため)。
- 属性
例外
year
がグレゴリオ暦の 1 年未満か、グレゴリオ暦の 9999 年よりも大きい値です。
- または -
era
が、ADEra でも GregorianCalendar.Eras[Calendar.CurrentEra]
でもありません。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET