The getExpiresAbsolute and putExpiresAbsolute methods of the IResponse interface retrieve or set the value of the ExpiresAbsolute property, respectively.
public abstract com.ms.com.Variant getExpiresAbsolute();
public abstract void putExpiresAbsolute(double dtExpires);
Returns a VARIANT that contains the ExpiresAbsolute value.
dtExpires | [in] An integer that contains the new ExpiresAbsolute value. |