System::Globalization::ThaiBuddhistCalendar::IsLeapYear method
ThaiBuddhistCalendar::IsLeapYear(int) const method
Ελέγχει αν το έτος είναι δίσεκτο.
virtual bool System::Globalization::Calendar::IsLeapYear(int year) const
| Parameter | Type | Περιγραφή |
|---|---|---|
| έτος | int | Έτος. |
ReturnValue
Αληθές αν το καθορισμένο έτος είναι δίσεκτο, ψευδές διαφορετικά.
Δείτε επίσης
- Class ThaiBuddhistCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++
ThaiBuddhistCalendar::IsLeapYear(int, int) const method
Ελέγχει αν το έτος είναι δίσεκτο.
bool System::Globalization::ThaiBuddhistCalendar::IsLeapYear(int year, int era) const override
| Parameter | Type | Περιγραφή |
|---|---|---|
| έτος | int | Έτος. |
| εποχή | int | Εποχή. |
ReturnValue
Αληθές αν το καθορισμένο έτος είναι δίσεκτο, ψευδές διαφορετικά.
Δείτε επίσης
- Class ThaiBuddhistCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++