System::Globalization::PersianCalendar::GetDaysInYear method
PersianCalendar::GetDaysInYear(int) const method
Gets number of days in specific year.
virtual int System::Globalization::Calendar::GetDaysInYear(int year) const
| Parameter | Type | Description | 
|---|---|---|
| year | int | Year to get number of days in. | 
ReturnValue
Number of days in specified year.
See Also
- Class PersianCalendar
 - Namespace System::Globalization
 - Library Aspose.Page for C++
 
PersianCalendar::GetDaysInYear(int, int) const method
Gets number of days in specific year.
int System::Globalization::PersianCalendar::GetDaysInYear(int year, int era) const override
| Parameter | Type | Description | 
|---|---|---|
| year | int | Year to get number of days in. | 
| era | int | Era. | 
ReturnValue
Number of days in specified year of specified era.
See Also
- Class PersianCalendar
 - Namespace System::Globalization
 - Library Aspose.Page for C++