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