Calendar.getInstance

Gets a calendar with the specified time zone and locale. The <code>Calendar</code> returned is based on the current time in the given time zone with the given locale.

@param zone the time zone to use @param aLocale the locale for the week data @return a Calendar.

  1. Calendar getInstance()
  2. Calendar getInstance(TimeZone zone)
  3. Calendar getInstance(Locale aLocale)
  4. Calendar getInstance(TimeZone zone, Locale aLocale)
    class Calendar
    static
    getInstance
    (
    TimeZone zone
    ,
    Locale aLocale
    )

Meta