|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InternetDateFormat | |
|---|---|
| org.restlet.engine.util | General utilities. |
| Uses of InternetDateFormat in org.restlet.engine.util |
|---|
| Methods in org.restlet.engine.util that return InternetDateFormat | |
|---|---|
static InternetDateFormat |
InternetDateFormat.valueOf(Date date)
Creates a new InternetDateFormat object from the specified Date object using the UTC (Z) time zone. |
static InternetDateFormat |
InternetDateFormat.valueOf(Date date,
TimeZone zone)
Creates a new InternetDateFormat object from the specified Date object using the specified time zone. |
static InternetDateFormat |
InternetDateFormat.valueOf(long time)
Creates a new InternetDateFormat object from the specified millisecond time value using the UTC (Z) time zone. |
static InternetDateFormat |
InternetDateFormat.valueOf(long time,
TimeZone zone)
Creates a new InternetDateFormat object from the specified millisecond time value using the specified time zone. |
static InternetDateFormat |
InternetDateFormat.valueOf(String s)
Creates a new InternetDateFormat object by parsing an RFC 3339 date/time string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||