System::Globalization::UmAlQuraCalendar::GetLeapMonth method

UmAlQuraCalendar::GetLeapMonth(int, int) const method

Gets the leap month for the specified year.

int System::Globalization::UmAlQuraCalendar::GetLeapMonth(int year, int era) const override
ParameterTypeDescription
yearintYear to get leap month in.
eraintEra.

ReturnValue

Leap month of the speicified year of the specified era or zero if the year has no leap month.

See Also

UmAlQuraCalendar::GetLeapMonth(int) const method

RTTI information.

virtual int System::Globalization::Calendar::GetLeapMonth(int year) const

See Also