This documentation is archived and is not being maintained.
EastAsianLunisolarCalendar Methods
Visual Studio 2010
The EastAsianLunisolarCalendar type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddDays | Returns a DateTime that is the specified number of days away from the specified DateTime. (Inherited from Calendar.) |
|
AddHours | Returns a DateTime that is the specified number of hours away from the specified DateTime. (Inherited from Calendar.) |
|
AddMilliseconds | Returns a DateTime that is the specified number of milliseconds away from the specified DateTime. (Inherited from Calendar.) |
|
AddMinutes | Returns a DateTime that is the specified number of minutes away from the specified DateTime. (Inherited from Calendar.) |
|
AddMonths | Calculates the date that is the specified number of months away from the specified date. (Overrides Calendar::AddMonths(DateTime, Int32).) |
|
AddSeconds | Returns a DateTime that is the specified number of seconds away from the specified DateTime. (Inherited from Calendar.) |
|
AddWeeks | Returns a DateTime that is the specified number of weeks away from the specified DateTime. (Inherited from Calendar.) |
|
AddYears | Calculates the date that is the specified number of years away from the specified date. (Overrides Calendar::AddYears(DateTime, Int32).) |
|
Clone | Creates a new object that is a copy of the current Calendar object. (Inherited from Calendar.) |
|
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 | Calculates the celestial stem of the specified year in the sexagenary (60-year) cycle. |
|
GetDayOfMonth | Calculates the day of the month in the specified date. (Overrides Calendar::GetDayOfMonth(DateTime).) |
|
GetDayOfWeek | Calculates the day of the week in the specified date. (Overrides Calendar::GetDayOfWeek(DateTime).) |
|
GetDayOfYear | 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 | When overridden in a derived class, returns the era in the specified DateTime. (Inherited from Calendar.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetHour | Returns the hours value in the specified DateTime. (Inherited from Calendar.) |
|
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 | Returns the milliseconds value in the specified DateTime. (Inherited from Calendar.) |
|
GetMinute | Returns the minutes value in the specified DateTime. (Inherited from Calendar.) |
|
GetMonth | 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 | Returns the seconds value in the specified DateTime. (Inherited from Calendar.) |
|
GetSexagenaryYear | Calculates the year in the sexagenary (60-year) cycle that corresponds to the specified date. |
|
GetTerrestrialBranch | Calculates the terrestrial branch of the specified year in the sexagenary (60-year) cycle. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
GetWeekOfYear | Returns the week of the year that includes the date in the specified DateTime value. (Inherited from Calendar.) |
|
GetYear | 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 | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
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.) |
|
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 | 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.) |
Show: