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