System::Globalization::Calendar::GetLeapMonth Methode
Inhalt
[
Ausblenden
]Calendar::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 Calendar
- Namespace System::Globalization
- Library Aspose.Font for C++
Calendar::GetLeapMonth(int, int) const method
Liefert den Schaltmonat für das angegebene Jahr.
virtual int System::Globalization::Calendar::GetLeapMonth(int year, int era) const =0
| 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 Calendar
- Namespace System::Globalization
- Library Aspose.Font for C++