override | AddMonths(DateTime, int) : DateTime
Returns a DateTime that is the specified number of months away from the specified DateTime.
|
override | AddYears(DateTime, int) : DateTime
Returns a DateTime that is the specified number of years away from the specified DateTime.
|
override | GetDayOfMonth(DateTime) : int
Returns the day of the month in the specified DateTime.
|
override | GetDayOfWeek(DateTime) : DayOfWeek
Returns the day of the week in the specified DateTime.
|
override | GetDayOfYear(DateTime) : int
Returns the day of the year in the specified DateTime.
|
override | GetDaysInMonth(int, int, int) : int
Returns the number of days in the specified month in the specified year in the specified era.
|
override | GetDaysInYear(int, int) : int
Returns the number of days in the specified year in the specified era.
|
override | GetEra(DateTime) : int
Returns the era in the specified DateTime.
|
override | GetLeapMonth(int, int) : int
Calculates the leap month for a specified year and era.
|
override | GetMonth(DateTime) : int
Returns the month in the specified DateTime.
|
override | GetMonthsInYear(int, int) : int
Returns the number of months in the specified year in the specified era.
|
override | GetWeekOfYear(DateTime, CalendarWeekRule, DayOfWeek) : int
Returns the week of the year that includes the date in the specified DateTime.
|
override | GetYear(DateTime) : int
Returns the year in the specified DateTime.
|
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 in the specified 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 and time in the specified era.
|
override | ToFourDigitYear(int) : int
Converts the specified year to a four-digit year by using the KoreanCalendar.TwoDigitYearMax property to determine the appropriate century.
|