طريقة System::Globalization::ThaiBuddhistCalendar::IsLeapDay
محتويات
[
يخفي
]ThaiBuddhistCalendar::IsLeapDay(int, int, int) const method
يتحقق مما إذا كان اليوم كبيسًا.
virtual bool System::Globalization::Calendar::IsLeapDay(int year, int month, int day) const
| معامل | نوع | الوصف |
|---|---|---|
| السنة | int | السنة. |
| الشهر | int | الشهر. |
| اليوم | int | يوم. |
ReturnValue
صحيح إذا كان التاريخ المحدد سنة كبيسة، خطأ خلاف ذلك.
انظر أيضًا
- Class ThaiBuddhistCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++
ThaiBuddhistCalendar::IsLeapDay(int, int, int, int) const method
يتحقق مما إذا كان اليوم كبيسًا.
bool System::Globalization::ThaiBuddhistCalendar::IsLeapDay(int year, int month, int day, int era) const override
| معامل | نوع | الوصف |
|---|---|---|
| السنة | int | السنة. |
| الشهر | int | الشهر. |
| اليوم | int | يوم. |
| العصر | int | العصر. |
ReturnValue
صحيح إذا كان التاريخ المحدد سنة كبيسة، خطأ خلاف ذلك.
انظر أيضًا
- Class ThaiBuddhistCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++