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