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