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