System::Globalization::Calendar::GetLeapMonth method

Calendar::GetLeapMonth(int) const method

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

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

ReturnValue

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

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

Calendar::GetLeapMonth(int, int) const method

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

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

ReturnValue

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

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