System::Globalization::HebrewCalendar::GetMonthsInYear method

HebrewCalendar::GetMonthsInYear(int) const method

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

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

ReturnValue

指定された年の月数。

参照

HebrewCalendar::GetMonthsInYear(int, int) const method

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

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

ReturnValue

指定された時代の指定された年の月数。

参照