System::Globalization::TaiwanLunisolarCalendar::GetLeapMonth metodo
Contenuti
[
Nascondere
]TaiwanLunisolarCalendar::GetLeapMonth(int) const method
Restituisce il mese intercalare per l’anno specificato.
virtual int System::Globalization::Calendar::GetLeapMonth(int year) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| anno | int | Anno per cui ottenere il mese bisestile. |
ReturnValue
Mese bisestile dell’anno specificato o zero se l’anno non ha un mese bisestile.
Vedi anche
- Class TaiwanLunisolarCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++
TaiwanLunisolarCalendar::GetLeapMonth(int, int) const method
Restituisce il mese intercalare per l’anno specificato.
int System::Globalization::TaiwanLunisolarCalendar::GetLeapMonth(int year, int era) const override
| Parametro | Tipo | Descrizione |
|---|---|---|
| anno | int | Anno per cui ottenere il mese bisestile. |
| era | int | Era. |
ReturnValue
Mese bisestile dell’anno specificato dell’era specificata o zero se l’anno non ha un mese bisestile.
Vedi anche
- Class TaiwanLunisolarCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++