override | AddMonths(DateTime, int) : DateTime
Calculates the date that is the specified number of months away from the specified date.
|
override | AddYears(DateTime, int) : DateTime
Calculates the date that is the specified number of years away from the specified date.
|
| GetCelestialStem(int) : int
Calculates the celestial stem of the specified year in the sexagenary (60-year) cycle.
|
override | GetDayOfMonth(DateTime) : int
Calculates the day of the month in the specified date.
|
override | GetDayOfWeek(DateTime) : DayOfWeek
Calculates the day of the week in the specified date.
|
override | GetDayOfYear(DateTime) : int
Calculates the day of the year in the specified date.
|
override | GetDaysInMonth(int, int, int) : int
Calculates the number of days in the specified month of the specified year and era.
|
override | GetDaysInYear(int, int) : int
Calculates the number of days in the specified year and era.
|
override | GetLeapMonth(int, int) : int
Calculates the leap month for the specified year and era.
|
override | GetMonth(DateTime) : int
Returns the month in the specified date.
|
override | GetMonthsInYear(int, int) : int
Calculates the number of months in the specified year and era.
|
| GetSexagenaryYear(DateTime) : int
Calculates the year in the sexagenary (60-year) cycle that corresponds to the specified date.
|
| GetTerrestrialBranch(int) : int
Calculates the terrestrial branch of the specified year in the sexagenary (60-year) cycle.
|
override | GetYear(DateTime) : int
Returns the year in the specified date.
|
override | IsLeapDay(int, int, int, int) : bool
Determines whether the specified date in the specified era is a leap day.
|
override | IsLeapMonth(int, int, int) : bool
Determines whether the specified month in the specified year and era is a leap month.
|
override | IsLeapYear(int, int) : bool
Determines whether the specified year in the specified era is a leap year.
|
override | ToDateTime(int, int, int, int, int, int, int, int) : DateTime
Returns a DateTime that is set to the specified date, time, and era.
|
override | ToFourDigitYear(int) : int
Converts the specified year to a four-digit year.
|