System::Globalization::EastAsianLunisolarCalendar 클래스
EastAsianLunisolarCalendar class
동아시아 음양력 달력. 이 클래스의 객체는 System::MakeObject() 함수를 사용하여 할당해야 합니다. 스택에 직접 생성하거나 operator new를 사용하여 인스턴스를 만들면 런타임 오류 및/또는 어설션 오류가 발생합니다. 항상 이 클래스를 System::SmartPtr 포인터로 감싸고, 해당 포인터를 함수 인자로 전달하도록 사용하십시오.
class EastAsianLunisolarCalendar : public System::Globalization::Calendar
메서드
| 메서드 | 설명 |
|---|---|
| get_AlgorithmType() const override | RTTI 정보. |
| GetCelestialStem(int) const | 천간을 가져옵니다. |
| virtual GetSexagenaryYear(DateTime) const | 육십갑자 주기의 연도를 가져옵니다. |
| GetTerrestrialBranch(int) const | 지지를 가져옵니다. |
또 보기
- Class Calendar
- Namespace System::Globalization
- Library Aspose.Page for C++