System::Globalization::HebrewCalendar::GetMonthsInYear 方法
HebrewCalendar::GetMonthsInYear(int) const method
获取指定年份的月份数。
virtual int System::Globalization::Calendar::GetMonthsInYear(int year) const
| 参数 | 类型 | 描述 |
|---|---|---|
| 年份 | int | 获取月份数的年份。 |
ReturnValue
指定年份的月份数。
另见
- Class HebrewCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++
HebrewCalendar::GetMonthsInYear(int, int) const method
获取指定年份的月份数。
int System::Globalization::HebrewCalendar::GetMonthsInYear(int year, int era) const override
| 参数 | 类型 | 描述 |
|---|---|---|
| 年份 | int | 获取月份数的年份。 |
| 纪元 | int | 纪元。 |
ReturnValue
指定时代中指定年份的月份数。
另见
- Class HebrewCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++