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