Interface DateUtil.DateToISO8601CalendarFactory

    • Method Detail

      • get

        GregorianCalendar get​(TimeZone tz,
                              Date date)
        Returns a GregorianCalendar with the desired time zone and time and US locale. The returned calendar is used as read-only. It must be guaranteed that within a thread the instance returned last time is not in use anymore when this method is called again.