System::Globalization::HebrewCalendar class

HebrewCalendar class

히브리 달력. 이 클래스의 객체는 System::MakeObject() 함수를 사용하여 할당해야 합니다. 스택에 직접 생성하거나 operator new를 사용하면 런타임 오류 및/또는 어설션 오류가 발생합니다. 항상 이 클래스를 System::SmartPtr 포인터로 감싸고, 함수 인수로 전달할 때 이 포인터를 사용하십시오.

class HebrewCalendar : public System::Globalization::Calendar

메서드

메서드설명
Clone() overrideRTTI 정보.
get_AlgorithmType() const override알고리즘 유형을 가져옵니다.
get_Eras() const override달력에 존재하는 연호 목록을 가져옵니다.
get_MaxSupportedDateTime() const override달력이 지원하는 최대 시점.
get_MinSupportedDateTime() const override달력이 지원하는 최소 시점.
GetDayOfWeek(DateTime) const override지정된 시점에 대한 요일을 가져옵니다.
GetDaysInMonth(int, int, int) const override특정 월의 일 수를 가져옵니다.
GetEra(DateTime) const override지정된 시점에 대한 연호를 가져옵니다.
GetLeapMonth(int, int) const override지정된 연도에 대한 윤달을 가져옵니다.
virtual GetLeapMonth(int) constRTTI 정보.
GetMonth(DateTime) const override지정된 시점에 대한 월을 가져옵니다.
GetMonthsInYear(int, int) const override지정된 연도에 대한 월 수를 가져옵니다.
virtual GetMonthsInYear(int) const지정된 연도에 대한 월 수를 가져옵니다.
HebrewCalendar()생성자.
IsLeapDay(int, int, int, int) const override날이 윤년인지 확인합니다.
virtual IsLeapDay(int, int, int) const날이 윤년인지 확인합니다.
IsLeapMonth(int, int, int) const override월이 윤월인지 확인합니다.
virtual IsLeapMonth(int, int) const월이 윤월인지 확인합니다.
IsLeapYear(int, int) const override년이 윤년인지 확인합니다.
virtual IsLeapYear(int) const년이 윤년인지 확인합니다.
set_TwoDigitYearMax(int) override2자리 숫자로 표현할 수 있는 마지막 연도를 설정합니다.
ToDateTime(int, int, int, int, int, int, int, int) const override구성 요소로부터 DateTime 객체를 생성합니다.
virtual ToDateTime(int, int, int, int, int, int, int) const구성 요소로부터 DateTime 객체를 생성합니다.

필드

필드설명
static constexpr HebrewEra현재 히브리 연대.

또 보기