System::Globalization::ChineseLunisolarCalendar::IsLeapMonth metodo
ChineseLunisolarCalendar::IsLeapMonth(int, int) const method
Verifica se il mese è bisestile.
virtual bool System::Globalization::Calendar::IsLeapMonth(int year, int month) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| anno | int | Anno. |
| mese | int | Mese. |
ReturnValue
Vero se il mese specificato è bisestile, falso altrimenti.
Vedi anche
- Class ChineseLunisolarCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++
ChineseLunisolarCalendar::IsLeapMonth(int, int, int) const method
Verifica se il mese è bisestile.
bool System::Globalization::ChineseLunisolarCalendar::IsLeapMonth(int year, int month, int era) const override
| Parametro | Tipo | Descrizione |
|---|---|---|
| anno | int | Anno. |
| mese | int | Mese. |
| era | int | Era. |
ReturnValue
Vero se il mese specificato è bisestile, falso altrimenti.
Vedi anche
- Class ChineseLunisolarCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++