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