System::Globalization::PersianCalendar::GetMonthsInYear-Methode
Inhalt
[
Ausblenden
]PersianCalendar::GetMonthsInYear(int) const method
Liefert die Anzahl der Monate im angegebenen Jahr.
virtual int System::Globalization::Calendar::GetMonthsInYear(int year) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Jahr | int | Jahr, um die Anzahl der Monate zu erhalten. |
ReturnValue
Anzahl der Monate im angegebenen Jahr.
Siehe auch
- Class PersianCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++
PersianCalendar::GetMonthsInYear(int, int) const method
Liefert die Anzahl der Monate im angegebenen Jahr.
int System::Globalization::PersianCalendar::GetMonthsInYear(int year, int era) const override
| Parameter | Typ | Beschreibung |
|---|---|---|
| Jahr | int | Jahr, um die Anzahl der Monate zu erhalten. |
| Ära | int | Ära. |
ReturnValue
Anzahl der Monate im angegebenen Jahr der angegebenen Ära.
Siehe auch
- Class PersianCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++