|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface DateUtil.DateToISO8601CalendarFactory
Used internally by DateUtil
; don't use it's implementations for
anything else.
Method Summary | |
---|---|
java.util.GregorianCalendar |
get(java.util.TimeZone tz,
java.util.Date date)
Returns a GregorianCalendar with the desired time zone and
time and US locale. |
Method Detail |
---|
java.util.GregorianCalendar get(java.util.TimeZone tz, java.util.Date date)
GregorianCalendar
with the desired time zone and
time and US locale. The returned calendar is used as read-only.
It's guaranteed that within a thread the instance returned last time
is not in use anymore when this method is called again.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |