System::Globalization::HebrewCalendar::GetLeapMonth 方法

HebrewCalendar::GetLeapMonth(int) const method

RTTI 信息。

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

另见

HebrewCalendar::GetLeapMonth(int, int) const method

获取指定年份的闰月。

int System::Globalization::HebrewCalendar::GetLeapMonth(int year, int era) const override
参数类型描述
年份int获取闰月的年份。
纪元int纪元。

ReturnValue

指定纪元中指定年份的闰月,如果该年没有闰月则返回 0。

另见