The methods of Java.Util.GregorianCalendar are listed below. For a list of all members, see the GregorianCalendar Members list.
See Also: Inherited members from Java.Util.Calendar
override | Add(CalendarField, int)Adds the specified amount to a Calendar field. | |
override | GetGreatestMinimum(CalendarField)Gets the greatest minimum value of the specified field. | |
override | GetLeastMaximum(CalendarField)Gets the smallest maximum value of the specified field. | |
override | GetMaximum(CalendarField)Gets the greatest maximum value of the specified field. | |
override | GetMinimum(CalendarField)Gets the smallest minimum value of the specified field. | |
IsLeapYear(int)Returns true if year is a leap year. | ||
override | Roll(CalendarField, bool)Increments or decrements the specified field and wraps the value of the field when it goes beyond the maximum or minimum value for the current date. |
override | ComputeFields()Computes the Calendar fields from time. | |
override | ComputeTime()Computes time from the Calendar fields. |