System::Globalization::Calendar::IsLeapMonth methode
inhoud
[
verbergen
]Calendar::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 Calendar
- Namespace System::Globalization
- Library Aspose.Page for C++
Calendar::IsLeapMonth(int, int, int) const method
Controleert of de maand een schrikkelmaand is.
virtual bool System::Globalization::Calendar::IsLeapMonth(int year, int month, int era) const
| 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 Calendar
- Namespace System::Globalization
- Library Aspose.Page for C++