IsLeapDay()
Contents
[
Hide
]KoreanLunisolarCalendar::IsLeapDay(int, int, int, int) const method
Checks if the day is leap.
bool System::Globalization::KoreanLunisolarCalendar::IsLeapDay(int year, int month, int day, int era) const override
Arguments
| Parameter | Type | Description | 
|---|---|---|
| year | int | Year. | 
| month | int | Month. | 
| day | int | Day. | 
| era | int | Era. | 
Return Value
True if specified date is leap, false otherwise.
KoreanLunisolarCalendar::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
Arguments
| Parameter | Type | Description | 
|---|---|---|
| year | int | Year. | 
| month | int | Month. | 
| day | int | Day. | 
Return Value
True if specified date is leap, false otherwise.
KoreanLunisolarCalendar::IsLeapDay(int, int, int, int) const method
Checks if the day is leap.
virtual bool System::Globalization::Calendar::IsLeapDay(int year, int month, int day, int era) const=0
Arguments
| Parameter | Type | Description | 
|---|---|---|
| year | int | Year. | 
| month | int | Month. | 
| day | int | Day. | 
| era | int | Era. | 
Return Value
True if specified date is leap, false otherwise.
See Also
- Class KoreanLunisolarCalendar
- Namespace System::Globalization
- Library Aspose.Slides