Metodo System::Globalization::UmAlQuraCalendar::IsLeapMonth
UmAlQuraCalendar::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 UmAlQuraCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++
UmAlQuraCalendar::IsLeapMonth(int, int, int) const method
Verifica se il mese è bisestile.
bool System::Globalization::UmAlQuraCalendar::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 UmAlQuraCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++