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