System::Globalization::HebrewCalendar::GetMonthsInYear method
HebrewCalendar::GetMonthsInYear(int) const method
يحصل على عدد الأشهر في السنة المحددة.
virtual int System::Globalization::Calendar::GetMonthsInYear(int year) const
| Parameter | Type | الوصف |
|---|---|---|
| السنة | int | السنة للحصول على عدد الأشهر فيها. |
ReturnValue
عدد الأشهر في السنة المحددة.
انظر أيضًا
- Class HebrewCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++
HebrewCalendar::GetMonthsInYear(int, int) const method
يحصل على عدد الأشهر في السنة المحددة.
int System::Globalization::HebrewCalendar::GetMonthsInYear(int year, int era) const override
| Parameter | Type | الوصف |
|---|---|---|
| السنة | int | السنة للحصول على عدد الأشهر فيها. |
| العصر | int | العصر. |
ReturnValue
عدد الأشهر في السنة المحددة من العصر المحدد.
انظر أيضًا
- Class HebrewCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++