Uses of Class
org.restlet.util.InternetDateFormat

Packages that use InternetDateFormat
org.restlet.util Utility classes and interfaces used in the rest of the API. 
 

Uses of InternetDateFormat in org.restlet.util
 

Methods in org.restlet.util that return InternetDateFormat
static InternetDateFormat InternetDateFormat.valueOf(java.util.Date date)
          Creates a new InternetDateFormat object from the specified Date object using the UTC (Z) time zone.
static InternetDateFormat InternetDateFormat.valueOf(java.util.Date date, java.util.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, java.util.TimeZone zone)
          Creates a new InternetDateFormat object from the specified millisecond time value using the specified time zone.
static InternetDateFormat InternetDateFormat.valueOf(java.lang.String s)
          Creates a new InternetDateFormat object by parsing an RFC 3339 date/time string.
 



Copyright © 2005-2008 Noelios Technologies.