System::Globalization::TaiwanCalendar::IsLeapMonth methode
inhoud
[
verbergen
]TaiwanCalendar::IsLeapMonth(int, int) const method
Controleert of de maand een schrikkelmaand is.
virtual bool System::Globalization::Calendar::IsLeapMonth(int year, int month) const
| Parameter | Type | Beschrijving |
|---|---|---|
| jaar | int | Jaar. |
| maand | int | Maand. |
ReturnValue
True als de opgegeven maand een schrikkelmaand is, false anders.
Zie ook
- Class TaiwanCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++
TaiwanCalendar::IsLeapMonth(int, int, int) const method
Controleert of de maand een schrikkelmaand is.
bool System::Globalization::TaiwanCalendar::IsLeapMonth(int year, int month, int era) const override
| Parameter | Type | Beschrijving |
|---|---|---|
| jaar | int | Jaar. |
| maand | int | Maand. |
| tijdperk | int | Tijdperk. |
ReturnValue
True als de opgegeven maand een schrikkelmaand is, false anders.
Zie ook
- Class TaiwanCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++