Uses of Class
java.util.Calendar

Packages that use Calendar
java.util   
 

Uses of Calendar in java.util
 

Subclasses of Calendar in java.util
 class GregorianCalendar
          GregorianCalendar is a concrete subclass of Calendar and provides the standard calendar used by most of the world.
 

Fields in java.util declared as Calendar
private  Calendar Date.cal
           
private static Calendar Date.staticCal
           
private static Calendar Date.utcCal
           
 

Methods in java.util that return Calendar
static Calendar Calendar.getInstance()
          Gets a calendar using the default time zone and locale.
static Calendar Calendar.getInstance(TimeZone zone)
          Gets a calendar using the specified time zone and default locale.
static Calendar Calendar.getInstance(Locale aLocale)
          Gets a calendar using the default time zone and specified locale.
static Calendar Calendar.getInstance(TimeZone zone, Locale aLocale)
          Gets a calendar with the specified time zone and locale.