The members of Java.Util.GregorianCalendar are listed below.
See Also: Inherited members from Java.Util.Calendar
Constructs a new GregorianCalendar initialized to the current date and time with the default Locale and TimeZone. | ||
Constructs a new GregorianCalendar initialized to the current date and time and using the specified Locale and the default TimeZone. | ||
Constructs a new GregorianCalendar initialized to the current date and time and using the specified TimeZone and the default Locale. | ||
Constructs a new GregorianCalendar initialized to the current date and time and using the specified TimeZone and Locale. | ||
Constructs a new GregorianCalendar initialized to midnight in the default TimeZone and Locale on the specified date. | ||
Constructs a new GregorianCalendar initialized to the specified date and time in the default TimeZone and Locale. | ||
Constructs a new GregorianCalendar initialized to the specified date and time in the default TimeZone and Locale. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
GregorianChange | Date. Returns the gregorian change date of this calendar. | |
[read-only] override | IsWeekDateSupported | bool. Documentation for this section has not yet been entered. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |