System::Globalization::ThaiBuddhistCalendar::IsLeapYear 메서드
ThaiBuddhistCalendar::IsLeapYear(int) const method
년이 윤년인지 확인합니다.
virtual bool System::Globalization::Calendar::IsLeapYear(int year) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 연도 | int | 연도. |
ReturnValue
지정된 연도가 윤년이면 true, 그렇지 않으면 false.
또 보기
- Class ThaiBuddhistCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++
ThaiBuddhistCalendar::IsLeapYear(int, int) const method
년이 윤년인지 확인합니다.
bool System::Globalization::ThaiBuddhistCalendar::IsLeapYear(int year, int era) const override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 연도 | int | 연도. |
| 시대 | int | 시대. |
ReturnValue
지정된 연도가 윤년이면 true, 그렇지 않으면 false.
또 보기
- Class ThaiBuddhistCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++