System::Globalization::JapaneseLunisolarCalendar class

JapaneseLunisolarCalendar class

Japanese lunisolar calendar. Not implemented. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.

class JapaneseLunisolarCalendar : public System::Globalization::EastAsianLunisolarCalendar

Methods

MethodDescription
Clone() overrideRTTI information.
get_Eras() const overrideGets list of eras existing in calendar.
get_MaxSupportedDateTime() const overrideMaximal point in time that is supported by the calendar.
get_MinSupportedDateTime() const overrideMinimal point in time that is supported by the calendar.
GetEra(DateTime) const overrideGets era for the specified time point.
GetLeapMonth(int, int) const overrideGets the leap month for the specified year.
virtual GetLeapMonth(int) constRTTI information.
GetYear(DateTime) const overrideGets year for the specified time point.
IsLeapDay(int, int, int, int) const overrideChecks if the day is leap.
virtual IsLeapDay(int, int, int) constChecks if the day is leap.
IsLeapYear(int, int) const overrideChecks if the year is leap.
virtual IsLeapYear(int) constChecks if the year is leap.
JapaneseLunisolarCalendar()Constructor.

Fields

FieldDescription
static constexpr JapaneseEraCurrent japanese era.

See Also