URLConnection.getLastModified

URLConnection.getLastModified

Class Overview | Class Members | This Package | All Packages

Syntax
public long getLastModified()
Returns
the date the resource referenced by this URLConnection was last modified, or 0 if not known.
Description
Returns the value of the last-modified header field. The result is the number of seconds since January 1, 1970 GMT.

See Also
getHeaderField