System::Globalization::ThaiBuddhistCalendar::GetLeapMonth 메서드
ThaiBuddhistCalendar::GetLeapMonth(int) const method
지정된 연도에 대한 윤달을 가져옵니다.
virtual int System::Globalization::Calendar::GetLeapMonth(int year) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 연도 | int | 윤달을 가져올 연도. |
ReturnValue
지정된 연도의 윤달, 연도에 윤달이 없으면 0.
또 보기
- Class ThaiBuddhistCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++
ThaiBuddhistCalendar::GetLeapMonth(int, int) const method
지정된 연도에 대한 윤달을 가져옵니다.
int System::Globalization::ThaiBuddhistCalendar::GetLeapMonth(int year, int era) const override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 연도 | int | 윤달을 가져올 연도. |
| 시대 | int | 시대. |
ReturnValue
지정된 시대의 지정된 연도에 대한 윤달, 윤달이 없으면 0.
또 보기
- Class ThaiBuddhistCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++