System::Globalization::JapaneseLunisolarCalendar class

JapaneseLunisolarCalendar class

일본 음력 달력. 구현되지 않음. 이 클래스의 객체는 System::MakeObject() 함수를 사용하여 할당해야 합니다. 스택에 직접 생성하거나 operator new를 사용하여 인스턴스를 만들지 마세요, 이는 런타임 오류 및/또는 어설션 오류를 초래할 수 있습니다. 항상 이 클래스를 System::SmartPtr 포인터로 감싸고, 함수 인자로 전달할 때 이 포인터를 사용하세요.

class JapaneseLunisolarCalendar : public System::Globalization::EastAsianLunisolarCalendar

메서드

메서드설명
Clone() overrideRTTI 정보.
get_Eras() const override달력에 존재하는 연호 목록을 가져옵니다.
get_MaxSupportedDateTime() const override달력이 지원하는 최대 시점.
get_MinSupportedDateTime() const override달력이 지원하는 최소 시점.
GetEra(DateTime) const override지정된 시점에 대한 연호를 가져옵니다.
GetLeapMonth(int, int) const override지정된 연도에 대한 윤달을 가져옵니다.
virtual GetLeapMonth(int) constRTTI 정보.
GetYear(DateTime) const override지정된 시점에 대한 연도를 가져옵니다.
IsLeapDay(int, int, int, int) const override날이 윤년인지 확인합니다.
virtual IsLeapDay(int, int, int) const날이 윤년인지 확인합니다.
IsLeapYear(int, int) const override년이 윤년인지 확인합니다.
virtual IsLeapYear(int) const년이 윤년인지 확인합니다.
JapaneseLunisolarCalendar()생성자.

필드

필드설명
static constexpr JapaneseEra현재 일본 연호.

또 보기