EastAsianLunisolarCalendar Class
Represents a calendar that divides time into months, days, years, and eras, and has dates that are based on cycles of the sun and the moon.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | AlgorithmType | Gets a value indicating whether the current calendar is solar-based, lunar-based, or a combination of both.(Overrides Calendar.AlgorithmType.) |
![]() | DaysInYearBeforeMinSupportedYear | Gets the number of days in the year that precedes the year that is specified by the MinSupportedDateTime property.(Inherited from Calendar.) |
![]() | Eras | When overridden in a derived class, gets the list of eras in the current calendar.(Inherited from Calendar.) |
![]() | IsReadOnly | |
![]() | MaxSupportedDateTime | |
![]() | MinSupportedDateTime | |
![]() | TwoDigitYearMax | Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.(Overrides Calendar.TwoDigitYearMax.) |
| Name | Description | |
|---|---|---|
![]() | AddDays(DateTime, Int32) | |
![]() | AddHours(DateTime, Int32) | |
![]() | AddMilliseconds(DateTime, Double) | |
![]() | AddMinutes(DateTime, Int32) | |
![]() | AddMonths(DateTime, Int32) | Calculates the date that is the specified number of months away from the specified date.(Overrides Calendar.AddMonths(DateTime, Int32).) |
![]() | AddSeconds(DateTime, Int32) | |
![]() | AddWeeks(DateTime, Int32) | |
![]() | AddYears(DateTime, Int32) | Calculates the date that is the specified number of years away from the specified date.(Overrides Calendar.AddYears(DateTime, Int32).) |
![]() | Clone() | |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetCelestialStem(Int32) | Calculates the celestial stem of the specified year in the sexagenary (60-year) cycle. |
![]() | GetDayOfMonth(DateTime) | Calculates the day of the month in the specified date.(Overrides Calendar.GetDayOfMonth(DateTime).) |
![]() | GetDayOfWeek(DateTime) | Calculates the day of the week in the specified date.(Overrides Calendar.GetDayOfWeek(DateTime).) |
![]() | GetDayOfYear(DateTime) | Calculates the day of the year in the specified date.(Overrides Calendar.GetDayOfYear(DateTime).) |
![]() | GetDaysInMonth(Int32, Int32) | Returns the number of days in the specified month and year of the current era.(Inherited from Calendar.) |
![]() | GetDaysInMonth(Int32, Int32, Int32) | Calculates the number of days in the specified month of the specified year and era.(Overrides Calendar.GetDaysInMonth(Int32, Int32, Int32).) |
![]() | GetDaysInYear(Int32) | Returns the number of days in the specified year of the current era.(Inherited from Calendar.) |
![]() | GetDaysInYear(Int32, Int32) | Calculates the number of days in the specified year and era.(Overrides Calendar.GetDaysInYear(Int32, Int32).) |
![]() | GetEra(DateTime) | |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetHour(DateTime) | |
![]() | GetLeapMonth(Int32) | Calculates the leap month for a specified year.(Inherited from Calendar.) |
![]() | GetLeapMonth(Int32, Int32) | Calculates the leap month for the specified year and era.(Overrides Calendar.GetLeapMonth(Int32, Int32).) |
![]() | GetMilliseconds(DateTime) | |
![]() | GetMinute(DateTime) | |
![]() | GetMonth(DateTime) | Returns the month in the specified date.(Overrides Calendar.GetMonth(DateTime).) |
![]() | GetMonthsInYear(Int32) | Returns the number of months in the specified year in the current era.(Inherited from Calendar.) |
![]() | GetMonthsInYear(Int32, Int32) | Calculates the number of months in the specified year and era.(Overrides Calendar.GetMonthsInYear(Int32, Int32).) |
![]() | GetSecond(DateTime) | |
![]() | GetSexagenaryYear(DateTime) | Calculates the year in the sexagenary (60-year) cycle that corresponds to the specified date. |
![]() | GetTerrestrialBranch(Int32) | Calculates the terrestrial branch of the specified year in the sexagenary (60-year) cycle. |
![]() | GetType() | |
![]() | GetWeekOfYear(DateTime, CalendarWeekRule, DayOfWeek) | |
![]() | GetYear(DateTime) | Returns the year in the specified date.(Overrides Calendar.GetYear(DateTime).) |
![]() | IsLeapDay(Int32, Int32, Int32) | Determines whether the specified date in the current era is a leap day.(Inherited from Calendar.) |
![]() | IsLeapDay(Int32, Int32, Int32, Int32) | Determines whether the specified date in the specified era is a leap day.(Overrides Calendar.IsLeapDay(Int32, Int32, Int32, Int32).) |
![]() | IsLeapMonth(Int32, Int32) | Determines whether the specified month in the specified year in the current era is a leap month.(Inherited from Calendar.) |
![]() | IsLeapMonth(Int32, Int32, Int32) | Determines whether the specified month in the specified year and era is a leap month.(Overrides Calendar.IsLeapMonth(Int32, Int32, Int32).) |
![]() | IsLeapYear(Int32) | Determines whether the specified year in the current era is a leap year.(Inherited from Calendar.) |
![]() | IsLeapYear(Int32, Int32) | Determines whether the specified year in the specified era is a leap year.(Overrides Calendar.IsLeapYear(Int32, Int32).) |
![]() | MemberwiseClone() | |
![]() | ToDateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32) | |
![]() | ToDateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) | Returns a DateTime that is set to the specified date, time, and era.(Overrides Calendar.ToDateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32).) |
![]() | ToFourDigitYear(Int32) | Converts the specified year to a four-digit year.(Overrides Calendar.ToFourDigitYear(Int32).) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The EastAsianLunisolarCalendar class supports the sexagenary cycle of years (which repeats every 60 years) in addition to solar years and lunar months. Each solar year in the calendar is associated with a Sexagenary Year (see GetSexagenaryYear), a Celestial Stem (see GetCelestialStem), and a Terrestrial Branch (see GetTerrestrialBranch).
Note |
|---|
For information about using the HebrewCalendar class and the other calendar classes in the .NET Framework, see Working with Calendars. |
A year can have a leap month after any month of the year, and a month can have a leap day. For example, the GetMonth method returns a positive integer that indicates the month associated with a specified date. If there is a leap month between the eighth and ninth months of the year, the GetMonth method returns 8 for the eighth month, 9 for the leap eighth month, and 10 for the ninth month.
Each CultureInfo supports a set of calendars. Currently, none of the lunisolar calendar classes that derive from EastAsianLunisolarCalendar is used by any of the cultures supported by the CultureInfo class. Therefore, this class and those that derive from it can be used only to calculate dates in the East Asian lunisolar calendars. This class supports several "get" methods to describe a DateTime in the terms used by lunisolar calendars, and the ToDateTime method to convert from lunisolar calendar data to a DateTime.
Available since 10
.NET Framework
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




