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