Returns the value of the last-modified header field for the object referred to by the specified url connection object.
Syntax
getLastModified( urlconnection )
urlconnection.getLastModified( )
Parameters
urlconnection
|
the url connection object to use.
|
Returns
long
|
the value of the last-modified header field, the number of seconds since January 1, 1970 GMT.
|
Example
lval = ucon.getLastModified( )
|