System::Globalization::HebrewCalendar::GetDaysInMonth method

HebrewCalendar::GetDaysInMonth method

Gets number of days in specific month.

int System::Globalization::HebrewCalendar::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