System::Globalization::KoreanCalendar::GetLeapMonth Methode
Inhalt
[
Ausblenden
]KoreanCalendar::GetLeapMonth(int) const method
Liefert den Schaltmonat für das angegebene Jahr.
virtual int System::Globalization::Calendar::GetLeapMonth(int year) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Jahr | int | Jahr, für das der Schaltmonat ermittelt werden soll. |
ReturnValue
Schaltmonat des angegebenen Jahres oder Null, wenn das Jahr keinen Schaltmonat hat.
Siehe auch
- Class KoreanCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++
KoreanCalendar::GetLeapMonth(int, int) const method
Liefert den Schaltmonat für das angegebene Jahr.
int System::Globalization::KoreanCalendar::GetLeapMonth(int year, int era) const override
| Parameter | Typ | Beschreibung |
|---|---|---|
| Jahr | int | Jahr, für das der Schaltmonat ermittelt werden soll. |
| Ära | int | Ära. |
ReturnValue
Schaltmonat des angegebenen Jahres der angegebenen Ära oder Null, wenn das Jahr keinen Schaltmonat hat.
Siehe auch
- Class KoreanCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++