IsLeapMonth()
Contents
[
Hide
]JapaneseCalendar::IsLeapMonth(int, int, int) const method
Checks if the month is leap.
bool System::Globalization::JapaneseCalendar::IsLeapMonth(int year, int month, int era) const override
Arguments
Parameter | Type | Description |
---|---|---|
year | int | Year. |
month | int | Month. |
era | int | Era. |
Return Value
True if specified month is leap, false otherwise.
JapaneseCalendar::IsLeapMonth(int, int) const method
Checks if the month is leap.
virtual bool System::Globalization::Calendar::IsLeapMonth(int year, int month) const
Arguments
Parameter | Type | Description |
---|---|---|
year | int | Year. |
month | int | Month. |
Return Value
True if specified month is leap, false otherwise.
JapaneseCalendar::IsLeapMonth(int, int, int) const method
Checks if the month is leap.
virtual bool System::Globalization::Calendar::IsLeapMonth(int year, int month, int era) const
Arguments
Parameter | Type | Description |
---|---|---|
year | int | Year. |
month | int | Month. |
era | int | Era. |
Return Value
True if specified month is leap, false otherwise.
See Also
- Class JapaneseCalendar
- Namespace System::Globalization
- Library Aspose.Slides