System::Globalization::JapaneseCalendar::GetLeapMonth メソッド

JapaneseCalendar::GetLeapMonth(int) const method

指定された年の閏月を取得します。

virtual int System::Globalization::Calendar::GetLeapMonth(int year) const
パラメーター説明
intうるう月を取得する対象の年。

ReturnValue

指定された年のうるう月、うるう月がない場合は 0。

参照

JapaneseCalendar::GetLeapMonth(int, int) const method

指定された年の閏月を取得します。

int System::Globalization::JapaneseCalendar::GetLeapMonth(int year, int era) const override
パラメーター説明
intうるう月を取得する対象の年。
時代int時代。

ReturnValue

指定された時代の指定された年のうるう月、うるう月がない場合は 0。

参照