Uses of Class
org.restlet.engine.util.InternetDateFormat
Packages that use InternetDateFormat
-
Uses of InternetDateFormat in org.restlet.engine.util
Methods in org.restlet.engine.util that return InternetDateFormatModifier and TypeMethodDescriptionstatic InternetDateFormatInternetDateFormat.valueOf(long time) Creates a new InternetDateFormat object from the specified millisecond time value using the UTC (Z) time zone.static InternetDateFormatCreates a new InternetDateFormat object from the specified millisecond time value using the specified time zone.static InternetDateFormatCreates a new InternetDateFormat object by parsing an RFC 3339 date/time string.static InternetDateFormatCreates a new InternetDateFormat object from the specified Date object using the UTC (Z) time zone.static InternetDateFormatCreates a new InternetDateFormat object from the specified Date object using the specified time zone.