System::Globalization::ChineseLunisolarCalendar::IsLeapDay Methode
Inhalt
[
Ausblenden
]ChineseLunisolarCalendar::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 ChineseLunisolarCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++
ChineseLunisolarCalendar::IsLeapDay(int, int, int, int) const method
Prüft, ob der Tag ein Schalttag ist.
bool System::Globalization::ChineseLunisolarCalendar::IsLeapDay(int year, int month, int day, int era) const override
| 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 ChineseLunisolarCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++