System::Globalization::PersianCalendar::GetLeapMonth 메서드

PersianCalendar::GetLeapMonth(int) const method

지정된 연도에 대한 윤달을 가져옵니다.

virtual int System::Globalization::Calendar::GetLeapMonth(int year) const
매개변수형식설명
연도int윤달을 가져올 연도.

ReturnValue

지정된 연도의 윤달, 연도에 윤달이 없으면 0.

또 보기

PersianCalendar::GetLeapMonth(int, int) const method

지정된 연도에 대한 윤달을 가져옵니다.

int System::Globalization::PersianCalendar::GetLeapMonth(int year, int era) const override
매개변수형식설명
연도int윤달을 가져올 연도.
시대int시대.

ReturnValue

지정된 시대의 지정된 연도에 대한 윤달, 윤달이 없으면 0.

또 보기