System::Globalization::PersianCalendar::IsLeapMonth μέθοδος
PersianCalendar::IsLeapMonth(int, int) const method
Ελέγχει αν ο μήνας είναι δίσεκτος.
virtual bool System::Globalization::Calendar::IsLeapMonth(int year, int month) const
| Parameter | Type | Περιγραφή |
|---|---|---|
| έτος | int | Έτος. |
| μήνας | int | Μήνας. |
ReturnValue
Αληθές εάν ο καθορισμένος μήνας είναι δίσεκτος, ψευδές διαφορετικά.
Δείτε επίσης
- Class PersianCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++
PersianCalendar::IsLeapMonth(int, int, int) const method
Ελέγχει αν ο μήνας είναι δίσεκτος.
bool System::Globalization::PersianCalendar::IsLeapMonth(int year, int month, int era) const override
| Parameter | Type | Περιγραφή |
|---|---|---|
| έτος | int | Έτος. |
| μήνας | int | Μήνας. |
| εποχή | int | Εποχή. |
ReturnValue
Αληθές εάν ο καθορισμένος μήνας είναι δίσεκτος, ψευδές διαφορετικά.
Δείτε επίσης
- Class PersianCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++