System::Globalization::ChineseLunisolarCalendar::GetDaysInMonth 메서드
ChineseLunisolarCalendar::GetDaysInMonth(int, int) const method
특정 월의 일 수를 가져옵니다.
virtual int System::Globalization::Calendar::GetDaysInMonth(int year, int month) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 연도 | int | 연도. |
| 월 | int | 일 수를 가져올 월. |
ReturnValue
지정된 연도의 지정된 월에 대한 일 수.
또 보기
- Class ChineseLunisolarCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++
ChineseLunisolarCalendar::GetDaysInMonth(int, int, int) const method
특정 월의 일 수를 가져옵니다.
int System::Globalization::ChineseLunisolarCalendar::GetDaysInMonth(int year, int month, int era) const override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 연도 | int | 연도. |
| 월 | int | 일 수를 가져올 월. |
| 시대 | int | 시대. |
ReturnValue
지정된 연대의 지정된 연도와 지정된 월에 대한 일 수.
또 보기
- Class ChineseLunisolarCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++