System::Globalization::HebrewCalendar::IsLeapMonth method

HebrewCalendar::IsLeapMonth(int, int) const method

月がうるう月かどうかをチェックします。

virtual bool System::Globalization::Calendar::IsLeapMonth(int year, int month) const
パラメーター説明
int年。
int月。

ReturnValue

指定された月がうるうであれば true、そうでなければ false。

参照

HebrewCalendar::IsLeapMonth(int, int, int) const method

月がうるう月かどうかをチェックします。

bool System::Globalization::HebrewCalendar::IsLeapMonth(int year, int month, int era) const override
パラメーター説明
int年。
int月。
時代int時代。

ReturnValue

指定された月がうるうであれば true、そうでなければ false。

参照