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