System::Globalization::TaiwanLunisolarCalendar::IsLeapYear Methode
TaiwanLunisolarCalendar::IsLeapYear(int) const method
Prüft, ob das Jahr ein Schaltjahr ist.
virtual bool System::Globalization::Calendar::IsLeapYear(int year) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Jahr | int | Jahr. |
ReturnValue
Wahr, wenn das angegebene Jahr ein Schaltjahr ist, andernfalls falsch.
Siehe auch
- Class TaiwanLunisolarCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++
TaiwanLunisolarCalendar::IsLeapYear(int, int) const method
Prüft, ob das Jahr ein Schaltjahr ist.
bool System::Globalization::TaiwanLunisolarCalendar::IsLeapYear(int year, int era) const override
| Parameter | Typ | Beschreibung |
|---|---|---|
| Jahr | int | Jahr. |
| Ära | int | Ära. |
ReturnValue
Wahr, wenn das angegebene Jahr ein Schaltjahr ist, andernfalls falsch.
Siehe auch
- Class TaiwanLunisolarCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++