System::Globalization::TaiwanCalendar::IsLeapMonth method
TaiwanCalendar::IsLeapMonth(int, int) const method
Checks if the month is leap.
virtual bool System::Globalization::Calendar::IsLeapMonth(int year, int month) const
| Parameter | Type | Description | 
|---|---|---|
| year | int | Year. | 
| month | int | Month. | 
ReturnValue
True if specified month is leap, false otherwise.
See Also
- Class TaiwanCalendar
 - Namespace System::Globalization
 - Library Aspose.TeX for C++
 
TaiwanCalendar::IsLeapMonth(int, int, int) const method
Checks if the month is leap.
bool System::Globalization::TaiwanCalendar::IsLeapMonth(int year, int month, int era) const override
| Parameter | Type | Description | 
|---|---|---|
| year | int | Year. | 
| month | int | Month. | 
| era | int | Era. | 
ReturnValue
True if specified month is leap, false otherwise.
See Also
- Class TaiwanCalendar
 - Namespace System::Globalization
 - Library Aspose.TeX for C++