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