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