int get(int field)
Returns the value of the given calendar field.
int getActualMaximum(int field)
Returns the maximum value that the specified calendar field could have, given the time value of this Calendar.
int getActualMinimum(int field)
Returns the minimum value that the specified calendar field could have, given the time value of this Calendar.
int getFirstDayOfWeek()
Gets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
int getMinimalDaysInFirstWeek()
Gets what the minimal days required in the first week of the year are; e.g., if the first week is defined as one that contains the first day of the first month of a year, this method returns 1.
Date getTime()
Returns a Date object representing this Calendar's time value (millisecond offset from the Epoch").
long getTimeInMillis()
Returns this Calendar's time value in milliseconds.
TimeZone getTimeZone()
Gets the time zone.