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