System::Globalization::Calendar::GetLeapMonth method
अंतर्वस्तु
[
छिपाना
]Calendar::GetLeapMonth(int) const method
निर्दिष्ट वर्ष के लिए लीप माह प्राप्त करता है।
virtual int System::Globalization::Calendar::GetLeapMonth(int year) const
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| वर्ष | int | लीप माह प्राप्त करने के लिए वर्ष। |
ReturnValue
निर्दिष्ट वर्ष का लीप माह, या शून्य यदि वर्ष में कोई लीप माह नहीं है।
संबंधित देखें
- Class Calendar
- Namespace System::Globalization
- Library Aspose.Page for C++
Calendar::GetLeapMonth(int, int) const method
निर्दिष्ट वर्ष के लिए लीप माह प्राप्त करता है।
virtual int System::Globalization::Calendar::GetLeapMonth(int year, int era) const =0
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| वर्ष | int | लीप माह प्राप्त करने के लिए वर्ष। |
| युग | int | युग। |
ReturnValue
निर्दिष्ट युग के निर्दिष्ट वर्ष का लीप माह, या शून्य यदि वर्ष में कोई लीप माह नहीं है।
संबंधित देखें
- Class Calendar
- Namespace System::Globalization
- Library Aspose.Page for C++