System::Globalization::ThaiBuddhistCalendar::IsLeapMonth yöntemi
ThaiBuddhistCalendar::IsLeapMonth(int, int) const method
Ayın artık yıl olup olmadığını kontrol eder.
virtual bool System::Globalization::Calendar::IsLeapMonth(int year, int month) const
| Parameter | Type | Açıklama |
|---|---|---|
| yıl | int | Yıl. |
| ay | int | Ay. |
ReturnValue
Belirtilen ay artık ise doğru, aksi takdirde yanlış.
Ayrıca Bakınız
- Class ThaiBuddhistCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++
ThaiBuddhistCalendar::IsLeapMonth(int, int, int) const method
Ayın artık yıl olup olmadığını kontrol eder.
bool System::Globalization::ThaiBuddhistCalendar::IsLeapMonth(int year, int month, int era) const override
| Parameter | Type | Açıklama |
|---|---|---|
| yıl | int | Yıl. |
| ay | int | Ay. |
| çağ | int | Çağ. |
ReturnValue
Belirtilen ay artık ise doğru, aksi takdirde yanlış.
Ayrıca Bakınız
- Class ThaiBuddhistCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++