System::Globalization::Calendar::IsLeapDay-Methode
Inhalt
[
Ausblenden
]Calendar::IsLeapDay(int, int, int) const method
Prüft, ob der Tag ein Schalttag ist.
virtual bool System::Globalization::Calendar::IsLeapDay(int year, int month, int day) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Jahr | int | Jahr. |
| Monat | int | Monat. |
| Tag | int | Tag. |
ReturnValue
True, wenn das angegebene Datum ein Schaltjahr ist, sonst false.
Siehe auch
- Class Calendar
- Namespace System::Globalization
- Library Aspose.Font for C++
Calendar::IsLeapDay(int, int, int, int) const method
Prüft, ob der Tag ein Schalttag ist.
virtual bool System::Globalization::Calendar::IsLeapDay(int year, int month, int day, int era) const =0
| Parameter | Typ | Beschreibung |
|---|---|---|
| Jahr | int | Jahr. |
| Monat | int | Monat. |
| Tag | int | Tag. |
| Ära | int | Ära. |
ReturnValue
True, wenn das angegebene Datum ein Schaltjahr ist, sonst false.
Siehe auch
- Class Calendar
- Namespace System::Globalization
- Library Aspose.Font for C++