System::Globalization::HebrewCalendar::GetMonthsInYear method

HebrewCalendar::GetMonthsInYear(int, int) const method

Gets number of months in the specified year.

int System::Globalization::HebrewCalendar::GetMonthsInYear(int year, int era) const override
ParameterTypeDescription
yearintYear to get number of months in.
eraintEra.

ReturnValue

Number of months in the specified year of specified era.

See Also

HebrewCalendar::GetMonthsInYear(int) const method

Gets number of months in the specified year.

virtual int System::Globalization::Calendar::GetMonthsInYear(int year) const
ParameterTypeDescription
yearintYear to get number of months in.

ReturnValue

Number of months in the specified year.

See Also