System::Globalization::KoreanCalendar::IsLeapDay method
Contents
[
Hide
]KoreanCalendar::IsLeapDay(int, int, int, int) const method
Checks if the day is leap.
bool System::Globalization::KoreanCalendar::IsLeapDay(int year, int month, int day, int era) const override
Parameter | Type | Description |
---|---|---|
year | int | Year. |
month | int | Month. |
day | int | Day. |
era | int | Era. |
ReturnValue
True if specified date is leap, false otherwise.
See Also
- Class KoreanCalendar
- Namespace System::Globalization
- Library Aspose.PUB for C++
KoreanCalendar::IsLeapDay(int, int, int) const method
Checks if the day is leap.
virtual bool System::Globalization::Calendar::IsLeapDay(int year, int month, int day) const
Parameter | Type | Description |
---|---|---|
year | int | Year. |
month | int | Month. |
day | int | Day. |
ReturnValue
True if specified date is leap, false otherwise.
See Also
- Class KoreanCalendar
- Namespace System::Globalization
- Library Aspose.PUB for C++