Java.Util.GregorianCalendar Members

The members of Java.Util.GregorianCalendar are listed below.

See Also: Inherited members from Java.Util.Calendar

Public Constructors

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.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
Adint (1). Value for the AD era.
const
Bcint (0). Value for the BC era.

Public Properties

GregorianChangeDate. Returns the gregorian change date of this calendar.
[read-only]
override
IsWeekDateSupportedbool. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

override
Add(CalendarField, int)
Adds the specified amount to a Calendar field.
override
GetGreatestMinimum(CalendarField) : int
Gets the greatest minimum value of the specified field.
override
GetLeastMaximum(CalendarField) : int
Gets the smallest maximum value of the specified field.
override
GetMaximum(CalendarField) : int
Gets the greatest maximum value of the specified field.
override
GetMinimum(CalendarField) : int
Gets the smallest minimum value of the specified field.
IsLeapYear(int) : bool
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.

Protected Methods

override
ComputeFields()
Computes the Calendar fields from time.
override
ComputeTime()
Computes time from the Calendar fields.