System::Globalization::ThaiBuddhistCalendar::IsLeapYear methode
ThaiBuddhistCalendar::IsLeapYear(int) const method
Controleert of het jaar een schrikkeljaar is.
virtual bool System::Globalization::Calendar::IsLeapYear(int year) const
| Parameter | Type | Beschrijving |
|---|---|---|
| jaar | int | Jaar. |
ReturnValue
True als het opgegeven jaar een schrikkeljaar is, false anders.
Zie ook
- Class ThaiBuddhistCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++
ThaiBuddhistCalendar::IsLeapYear(int, int) const method
Controleert of het jaar een schrikkeljaar is.
bool System::Globalization::ThaiBuddhistCalendar::IsLeapYear(int year, int era) const override
| Parameter | Type | Beschrijving |
|---|---|---|
| jaar | int | Jaar. |
| tijdperk | int | Tijdperk. |
ReturnValue
True als het opgegeven jaar een schrikkeljaar is, false anders.
Zie ook
- Class ThaiBuddhistCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++