Metodo System::Globalization::ThaiBuddhistCalendar::IsLeapDay
Contenuti
[
Nascondere
]ThaiBuddhistCalendar::IsLeapDay(int, int, int) const method
Verifica se il giorno è bisestile.
virtual bool System::Globalization::Calendar::IsLeapDay(int year, int month, int day) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| anno | int | Anno. |
| mese | int | Mese. |
| giorno | int | Giorno. |
ReturnValue
Vero se la data specificata è bisestile, falso altrimenti.
Vedi anche
- Class ThaiBuddhistCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++
ThaiBuddhistCalendar::IsLeapDay(int, int, int, int) const method
Verifica se il giorno è bisestile.
bool System::Globalization::ThaiBuddhistCalendar::IsLeapDay(int year, int month, int day, int era) const override
| Parametro | Tipo | Descrizione |
|---|---|---|
| anno | int | Anno. |
| mese | int | Mese. |
| giorno | int | Giorno. |
| era | int | Era. |
ReturnValue
Vero se la data specificata è bisestile, falso altrimenti.
Vedi anche
- Class ThaiBuddhistCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++