System::Globalization::JapaneseLunisolarCalendar class
Contents
[
Hide
]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
Method | Description |
---|---|
Clone() override | RTTI information. |
get_Eras() const override | Gets list of eras existing in calendar. |
get_MaxSupportedDateTime() const override | Maximal point in time that is supported by the calendar. |
get_MinSupportedDateTime() const override | Minimal point in time that is supported by the calendar. |
GetEra(DateTime) const override | Gets era for the specified time point. |
GetLeapMonth(int, int) const override | Gets the leap month for the specified year. |
virtual GetLeapMonth(int) const | RTTI information. |
GetYear(DateTime) const override | Gets year for the specified time point. |
IsLeapDay(int, int, int, int) const override | Checks if the day is leap. |
virtual IsLeapDay(int, int, int) const | Checks if the day is leap. |
IsLeapYear(int, int) const override | Checks if the year is leap. |
virtual IsLeapYear(int) const | Checks if the year is leap. |
JapaneseLunisolarCalendar() | Constructor. |
Fields
Field | Description |
---|---|
static constexpr JapaneseEra | Current japanese era. |
See Also
- Class EastAsianLunisolarCalendar
- Namespace System::Globalization
- Library Aspose.PDF for C++