System::Globalization::PersianCalendar::GetDaysInMonth method

PersianCalendar::GetDaysInMonth(int, int, int) const method

Gets number of days in specific month.

int System::Globalization::PersianCalendar::GetDaysInMonth(int year, int month, int era) const override
ParameterTypeDescription
yearintYear.
monthintMonth to get number of days in.
eraintEra.

ReturnValue

Number of days in specified month of specified year of specified era.

See Also

PersianCalendar::GetDaysInMonth(int, int) const method

RTTI information.

virtual int System::Globalization::Calendar::GetDaysInMonth(int year, int month) const

See Also