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