System::Globalization::KoreanCalendar::IsLeapDay método
Contenido
[
Ocultar
]KoreanCalendar::IsLeapDay(int, int, int) const method
Comprueba si el día es bisiesto.
virtual bool System::Globalization::Calendar::IsLeapDay(int year, int month, int day) const
| Parámetro | Tipo | Descripción |
|---|---|---|
| year | int | Año. |
| month | int | Month. |
| día | int | Día. |
ReturnValue
True si la fecha especificada es bisiesta, false de lo contrario.
Ver también
- Class KoreanCalendar
- Namespace System::Globalization
- Library Aspose.PDF for C++
KoreanCalendar::IsLeapDay(int, int, int, int) const method
Comprueba si el día es bisiesto.
bool System::Globalization::KoreanCalendar::IsLeapDay(int year, int month, int day, int era) const override
| Parámetro | Tipo | Descripción |
|---|---|---|
| year | int | Año. |
| month | int | Month. |
| día | int | Día. |
| era | int | Era. |
ReturnValue
True si la fecha especificada es bisiesta, false de lo contrario.
Ver también
- Class KoreanCalendar
- Namespace System::Globalization
- Library Aspose.PDF for C++