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