System::Globalization::Calendar::IsLeapYear Methode
Calendar::IsLeapYear(int) const method
Überprü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, sonst falsch.
Siehe auch
- Class Calendar
- Namespace System::Globalization
- Library Aspose.Page for C++
Calendar::IsLeapYear(int, int) const method
Überprüft, ob das Jahr ein Schaltjahr ist.
virtual bool System::Globalization::Calendar::IsLeapYear(int year, int era) const =0
| Parameter | Typ | Beschreibung |
|---|---|---|
| Jahr | int | Jahr. |
| Ära | int | Ära. |
ReturnValue
Wahr, wenn das angegebene Jahr ein Schaltjahr ist, sonst falsch.
Siehe auch
- Class Calendar
- Namespace System::Globalization
- Library Aspose.Page for C++