GetDaysInYear()
Contents
[
Hide
]JapaneseCalendar::GetDaysInYear(int, int) const method
Gets number of days in specific year.
int System::Globalization::JapaneseCalendar::GetDaysInYear(int year, int era) const override
Arguments
Parameter | Type | Description |
---|---|---|
year | int | Year to get number of days in. |
era | int | Era. |
Return Value
Number of days in specified year of specified era.
JapaneseCalendar::GetDaysInYear(int) const method
Gets number of days in specific year.
virtual int System::Globalization::Calendar::GetDaysInYear(int year) const
Arguments
Parameter | Type | Description |
---|---|---|
year | int | Year to get number of days in. |
Return Value
Number of days in specified year.
JapaneseCalendar::GetDaysInYear(int, int) const method
Gets number of days in specific year.
virtual int System::Globalization::Calendar::GetDaysInYear(int year, int era) const
Arguments
Parameter | Type | Description |
---|---|---|
year | int | Year to get number of days in. |
era | int | Era. |
Return Value
Number of days in specified year of specified era.
See Also
- Class JapaneseCalendar
- Namespace System::Globalization
- Library Aspose.Slides