| Name | Description |
 | AddDays | (Inherited from System.Globalization.Calendar) |
 | AddHours | (Inherited from System.Globalization.Calendar) |
 | AddJapaneseEra | Adds a Japanese era in the calendar. |
 | AddMilliseconds | (Inherited from System.Globalization.Calendar) |
 | AddMinutes | (Inherited from System.Globalization.Calendar) |
 | AddMonths | Overridden. When overridden in a derived class, returns a System.DateTime that is the specified number of months away from the specified System.DateTime. |
 | AddSeconds | (Inherited from System.Globalization.Calendar) |
 | AddWeeks | (Inherited from System.Globalization.Calendar) |
 | AddYears | Overridden. When overridden in a derived class, returns a System.DateTime that is the specified number of years away from the specified System.DateTime. |
 | ClearEras | Removes all eras from the era list. (Inherited from C1.Globalization.CalendarEx) |
 | Clone | (Inherited from System.Globalization.Calendar) |
 | GetDayOfMonth | Overridden. When overridden in a derived class, returns the day of the month in the specified System.DateTime. |
 | GetDayOfWeek | Overridden. When overridden in a derived class, returns the day of the week in the specified System.DateTime. |
 | GetDayOfYear | Overridden. When overridden in a derived class, returns the day of the year in the specified System.DateTime. |
 | GetDaysInMonth | Overloaded. Overridden. When overridden in a derived class, returns the number of days in the specified month, year, and era. |
 | GetDaysInYear | Overloaded. Overridden. When overridden in a derived class, returns the number of days in the specified year and era. |
 | GetEra | Overridden. When overridden in a derived class, returns the era in the specified System.DateTime. |
 | GetHour | (Inherited from System.Globalization.Calendar) |
 | GetLeapMonth | Overloaded. Overridden. Calculates the leap month for a specified year and era. |
 | GetMaxDay | Gets the max day. (Inherited from C1.Globalization.CalendarEx) |
 | GetMaxEra | Gets the max era. (Inherited from C1.Globalization.CalendarEx) |
 | GetMaxEraYear | Overloaded. Gets the max era year. (Inherited from C1.Globalization.CalendarEx) |
 | GetMaxMonth | Gets the max month. (Inherited from C1.Globalization.CalendarEx) |
 | GetMaxYear | Gets the max year. (Inherited from C1.Globalization.CalendarEx) |
 | GetMilliseconds | (Inherited from System.Globalization.Calendar) |
 | GetMinDay | Gets the min day. (Inherited from C1.Globalization.CalendarEx) |
 | GetMinEra | Gets the min era. (Inherited from C1.Globalization.CalendarEx) |
 | GetMinEraYear | Overloaded. Gets the min era year. (Inherited from C1.Globalization.CalendarEx) |
 | GetMinMonth | Gets the min month. (Inherited from C1.Globalization.CalendarEx) |
 | GetMinute | (Inherited from System.Globalization.Calendar) |
 | GetMinYear | Gets the min year. (Inherited from C1.Globalization.CalendarEx) |
 | GetMonth | Overridden. When overridden in a derived class, returns the month in the specified System.DateTime. |
 | GetMonthsInYear | Overloaded. Overridden. When overridden in a derived class, returns the number of months in the specified year in the specified era. |
 | GetSecond | (Inherited from System.Globalization.Calendar) |
 | GetWeekOfYear | Overridden. Returns the week of the year that includes the date in the specified System.DateTime value. |
 | GetYear | Overridden. When overridden in a derived class, returns the year in the specified System.DateTime. |
 | IsLeapDay | Overloaded. Overridden. When overridden in a derived class, determines whether the specified date in the specified era is a leap day. |
 | IsLeapMonth | Overloaded. Overridden. When overridden in a derived class, determines whether the specified month in the specified year in the specified era is a leap month. |
 | IsLeapYear | Overloaded. Overridden. When overridden in a derived class, determines whether the specified year in the specified era is a leap year. |
 | ToDateTime | Overloaded. Overridden. When overridden in a derived class, returns a System.DateTime that is set to the specified date and time in the specified era. |
 | ToFourDigitYear | Overloaded. Converts the specified two-digit year to a four-digit year by using the System.Globalization.Calendar.TwoDigitYearMax property to determine the appropriate century. (Inherited from C1.Globalization.CalendarEx) |