0 out of 1 rated this helpful - Rate this topic

ChineseLunisolarCalendar Class

Represents time in divisions, such as months, days, and years. Years are calculated using the Chinese calendar, while days and months are calculated using the lunisolar calendar.

System.Object
  System.Globalization.Calendar
    System.Globalization.EastAsianLunisolarCalendar
      System.Globalization.ChineseLunisolarCalendar

Namespace:  System.Globalization
Assembly:  mscorlib (in mscorlib.dll)
[SerializableAttribute]
public class ChineseLunisolarCalendar : EastAsianLunisolarCalendar

The ChineseLunisolarCalendar type exposes the following members.

  Name Description
Public method ChineseLunisolarCalendar Initializes a new instance of the ChineseLunisolarCalendar class.
Top
  Name Description
Public property AlgorithmType Gets a value indicating whether the current calendar is solar-based, lunar-based, or a combination of both. (Inherited from EastAsianLunisolarCalendar.)
Public property Eras Gets the eras that correspond to the range of dates and times supported by the current ChineseLunisolarCalendar object. (Overrides Calendar.Eras.)
Public property IsReadOnly Gets a value indicating whether this Calendar object is read-only. (Inherited from Calendar.)
Public property MaxSupportedDateTime Gets the maximum date and time supported by the ChineseLunisolarCalendar class. (Overrides Calendar.MaxSupportedDateTime.)
Public property MinSupportedDateTime Gets the minimum date and time supported by the ChineseLunisolarCalendar class. (Overrides Calendar.MinSupportedDateTime.)
Public property TwoDigitYearMax Gets or sets the last year of a 100-year range that can be represented by a 2-digit year. (Inherited from EastAsianLunisolarCalendar.)
Top
  Name Description
Public method AddDays Returns a DateTime that is the specified number of days away from the specified DateTime. (Inherited from Calendar.)
Public method AddHours Returns a DateTime that is the specified number of hours away from the specified DateTime. (Inherited from Calendar.)
Public method AddMilliseconds Returns a DateTime that is the specified number of milliseconds away from the specified DateTime. (Inherited from Calendar.)
Public method AddMinutes Returns a DateTime that is the specified number of minutes away from the specified DateTime. (Inherited from Calendar.)
Public method AddMonths Calculates the date that is the specified number of months away from the specified date. (Inherited from EastAsianLunisolarCalendar.)
Public method AddSeconds Returns a DateTime that is the specified number of seconds away from the specified DateTime. (Inherited from Calendar.)
Public method AddWeeks Returns a DateTime that is the specified number of weeks away from the specified DateTime. (Inherited from Calendar.)
Public method AddYears Calculates the date that is the specified number of years away from the specified date. (Inherited from EastAsianLunisolarCalendar.)
Public method Clone Creates a new object that is a copy of the current Calendar object. (Inherited from Calendar.)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetCelestialStem Calculates the celestial stem of the specified year in the sexagenary (60-year) cycle. (Inherited from EastAsianLunisolarCalendar.)
Public method GetDayOfMonth Calculates the day of the month in the specified date. (Inherited from EastAsianLunisolarCalendar.)
Public method GetDayOfWeek Calculates the day of the week in the specified date. (Inherited from EastAsianLunisolarCalendar.)
Public method GetDayOfYear Calculates the day of the year in the specified date. (Inherited from EastAsianLunisolarCalendar.)
Public method GetDaysInMonth(Int32, Int32) Returns the number of days in the specified month and year of the current era. (Inherited from Calendar.)
Public method GetDaysInMonth(Int32, Int32, Int32) Calculates the number of days in the specified month of the specified year and era. (Inherited from EastAsianLunisolarCalendar.)
Public method GetDaysInYear(Int32) Returns the number of days in the specified year of the current era. (Inherited from Calendar.)
Public method GetDaysInYear(Int32, Int32) Calculates the number of days in the specified year and era. (Inherited from EastAsianLunisolarCalendar.)
Public method GetEra Retrieves the era that corresponds to the specified DateTime type. (Overrides Calendar.GetEra(DateTime).)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetHour Returns the hours value in the specified DateTime. (Inherited from Calendar.)
Public method GetLeapMonth(Int32) Calculates the leap month for a specified year. (Inherited from Calendar.)
Public method GetLeapMonth(Int32, Int32) Calculates the leap month for the specified year and era. (Inherited from EastAsianLunisolarCalendar.)
Public method GetMilliseconds Returns the milliseconds value in the specified DateTime. (Inherited from Calendar.)
Public method GetMinute Returns the minutes value in the specified DateTime. (Inherited from Calendar.)
Public method GetMonth Returns the month in the specified date. (Inherited from EastAsianLunisolarCalendar.)
Public method GetMonthsInYear(Int32) Returns the number of months in the specified year in the current era. (Inherited from Calendar.)
Public method GetMonthsInYear(Int32, Int32) Calculates the number of months in the specified year and era. (Inherited from EastAsianLunisolarCalendar.)
Public method GetSecond Returns the seconds value in the specified DateTime. (Inherited from Calendar.)
Public method GetSexagenaryYear Calculates the year in the sexagenary (60-year) cycle that corresponds to the specified date. (Inherited from EastAsianLunisolarCalendar.)
Public method GetTerrestrialBranch Calculates the terrestrial branch of the specified year in the sexagenary (60-year) cycle. (Inherited from EastAsianLunisolarCalendar.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetWeekOfYear Returns the week of the year that includes the date in the specified DateTime value. (Inherited from Calendar.)
Public method GetYear Returns the year in the specified date. (Inherited from EastAsianLunisolarCalendar.)
Public method IsLeapDay(Int32, Int32, Int32) Determines whether the specified date in the current era is a leap day. (Inherited from Calendar.)
Public method IsLeapDay(Int32, Int32, Int32, Int32) Determines whether the specified date in the specified era is a leap day. (Inherited from EastAsianLunisolarCalendar.)
Public method IsLeapMonth(Int32, Int32) Determines whether the specified month in the specified year in the current era is a leap month. (Inherited from Calendar.)
Public method IsLeapMonth(Int32, Int32, Int32) Determines whether the specified month in the specified year and era is a leap month. (Inherited from EastAsianLunisolarCalendar.)
Public method IsLeapYear(Int32) Determines whether the specified year in the current era is a leap year. (Inherited from Calendar.)
Public method IsLeapYear(Int32, Int32) Determines whether the specified year in the specified era is a leap year. (Inherited from EastAsianLunisolarCalendar.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToDateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32) Returns a DateTime that is set to the specified date and time in the current era. (Inherited from Calendar.)
Public method ToDateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) Returns a DateTime that is set to the specified date, time, and era. (Inherited from EastAsianLunisolarCalendar.)
Public method ToFourDigitYear Converts the specified year to a four-digit year. (Inherited from EastAsianLunisolarCalendar.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
  Name Description
Public field Static member ChineseEra Specifies the era that corresponds to the current ChineseLunisolarCalendar object.
Top

The ChineseLunisolarCalendar class is derived from the EastAsianLunisolarCalendar class, which represents the lunisolar calendar. The EastAsianLunisolarCalendar class supports the sexagenary year cycle (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, a Celestial Stem, and a Terrestrial Branch, and these calendars can have leap months after any month of the year. The ChineseLunisolarCalendar class calculates years based on solar calculations, and months and days based on lunar calculations.

A leap month can occur after any month in a year. For example, the GetMonth method returns a number between 1 and 13 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.

Currently, the ChineseLunisolarCalendar is not used by any of the cultures supported by the CultureInfo class. Therefore, this class can be used only to calculate dates in the Chinese lunisolar calendar.

Each CultureInfo object supports a set of calendars. The Calendar property returns the default calendar for the culture, and the OptionalCalendars property returns an array containing all the calendars supported by the culture. To change the calendar used by a CultureInfo, the application should set the Calendar property of CultureInfo.DateTimeFormat to a new Calendar.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ