System::Globalization::GregorianCalendar::GetLeapMonth विधि

GregorianCalendar::GetLeapMonth(int) const method

निर्दिष्ट वर्ष के लिए लीप माह प्राप्त करता है।

virtual int System::Globalization::Calendar::GetLeapMonth(int year) const
पैरामीटरप्रकारविवरण
वर्षintलीप माह प्राप्त करने के लिए वर्ष।

ReturnValue

निर्दिष्ट वर्ष का लीप माह, या शून्य यदि वर्ष में कोई लीप माह नहीं है।

संबंधित देखें

GregorianCalendar::GetLeapMonth(int, int) const method

निर्दिष्ट वर्ष के लिए लीप माह प्राप्त करता है।

int System::Globalization::GregorianCalendar::GetLeapMonth(int year, int era) const override
पैरामीटरप्रकारविवरण
वर्षintलीप माह प्राप्त करने के लिए वर्ष।
युगintयुग।

ReturnValue

निर्दिष्ट युग के निर्दिष्ट वर्ष का लीप माह, या शून्य यदि वर्ष में कोई लीप माह नहीं है।

संबंधित देखें