System::Globalization::JapaneseCalendar::GetMonthsInYear 方法

JapaneseCalendar::GetMonthsInYear(int) const method

RTTI 信息。

virtual int System::Globalization::Calendar::GetMonthsInYear(int year) const

另见

JapaneseCalendar::GetMonthsInYear(int, int) const method

获取指定年份的月份数。

int System::Globalization::JapaneseCalendar::GetMonthsInYear(int year, int era) const override
参数类型描述
年份int获取月份数的年份。
纪元int纪元。

ReturnValue

指定时代中指定年份的月份数。

另见