Returns the if modified since object for the object referred to by the specified url connection object.
Syntax
getIfModifiedSince( urlconnection )
urlconnection.getIfModifiedSince( )
Parameters
urlconnection
|
the url connection object to use.
|
Returns
long
|
the current value of the if modified since field.
|
Example
lval = ucon.getIfModifiedSince( )
|