| Name | Description |
---|
    | AddDays | Returns a DateTime that is the specified number of days away from the specified DateTime. |
    | AddHours | Returns a DateTime that is the specified number of hours away from the specified DateTime. |
    | AddMilliseconds | Returns a DateTime that is the specified number of milliseconds away from the specified DateTime. |
    | AddMinutes | Returns a DateTime that is the specified number of minutes away from the specified DateTime. |
    | AddMonths | When overridden in a derived class, returns a DateTime that is the specified number of months away from the specifiedDateTime. |
    | AddSeconds | Returns a DateTime that is the specified number of seconds away from the specified DateTime. |
    | AddWeeks | Returns a DateTime that is the specified number of weeks away from the specified DateTime. |
    | AddYears | When overridden in a derived class, returns a DateTime that is the specified number of years away from the specifiedDateTime. |
 | Clone | Creates a new object that is a copy of the current Calendarobject. |
    | 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.) |
    | GetDayOfMonth | When overridden in a derived class, returns the day of the month in the specified DateTime. |
    | GetDayOfWeek | When overridden in a derived class, returns the day of the week in the specified DateTime. |
    | GetDayOfYear | When overridden in a derived class, returns the day of the year in the specified DateTime. |
    | GetDaysInMonth(Int32, Int32) | Returns the number of days in the specified month and year of the current era. |
    | GetDaysInMonth(Int32, Int32, Int32) | When overridden in a derived class, returns the number of days in the specified month, year, and era. |
    | GetDaysInYear(Int32) | Returns the number of days in the specified year of the current era. |
    | GetDaysInYear(Int32, Int32) | When overridden in a derived class, returns the number of days in the specified year and era. |
    | GetEra | When overridden in a derived class, returns the era in the specified DateTime. |
    | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
    | GetHour | Returns the hours value in the specified DateTime. |
 | GetLeapMonth(Int32) | Calculates the leap month for a specified year. |
   | GetLeapMonth(Int32, Int32) | Calculates the leap month for a specified year and era. |
    | GetMilliseconds | Returns the milliseconds value in the specified DateTime. |
    | GetMinute | Returns the minutes value in the specified DateTime. |
    | GetMonth | When overridden in a derived class, returns the month in the specified DateTime. |
    | GetMonthsInYear(Int32) | Returns the number of months in the specified year in the current era. |
    | GetMonthsInYear(Int32, Int32) | When overridden in a derived class, returns the number of months in the specified year in the specified era. |
    | GetSecond | Returns the seconds value in the specified DateTime. |
    | 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. |
    | GetYear | When overridden in a derived class, returns the year in the specified DateTime. |
    | IsLeapDay(Int32, Int32, Int32) | Determines whether the specified date in the current era is a leap day. |
    | IsLeapDay(Int32, Int32, Int32, Int32) | When overridden in a derived class, determines whether the specified date in the specified era is a leap day. |
    | IsLeapMonth(Int32, Int32) | Determines whether the specified month in the specified year in the current era is a leap month. |
    | IsLeapMonth(Int32, Int32, Int32) | When overridden in a derived class, determines whether the specified month in the specified year in the specified era is a leap month. |
    | IsLeapYear(Int32) | Determines whether the specified year in the current era is a leap year. |
    | IsLeapYear(Int32, Int32) | When overridden in a derived class, determines whether the specified year in the specified era is a leap year. |
    | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited fromObject.) |
  | ReadOnly | Returns a read-only version of the specified Calendar 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. |
    | ToDateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) | When overridden in a derived class, returns a DateTime that is set to the specified date and time in the specified era. |
    | ToFourDigitYear | Converts the specified year to a four-digit year by using theTwoDigitYearMax property to determine the appropriate century. |
    | ToString | Returns a string that represents the current object. (Inherited from Object.) |