System::Globalization::Calendar::GetDaysInYear 方法
Calendar::GetDaysInYear(int) const method
获取特定年份的天数。
virtual int System::Globalization::Calendar::GetDaysInYear(int year) const
| 参数 | 类型 | 描述 |
|---|---|---|
| 年份 | int | 要获取天数的年份。 |
ReturnValue
指定年份的天数。
另见
- Class Calendar
- Namespace System::Globalization
- Library Aspose.Font for C++
Calendar::GetDaysInYear(int, int) const method
获取特定年份的天数。
virtual int System::Globalization::Calendar::GetDaysInYear(int year, int era) const
| 参数 | 类型 | 描述 |
|---|---|---|
| 年份 | int | 要获取天数的年份。 |
| 纪元 | int | 纪元。 |
ReturnValue
指定时代中指定年份的天数。
另见
- Class Calendar
- Namespace System::Globalization
- Library Aspose.Font for C++