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