getExpiresAbsolute

The getExpiresAbsolute and putExpiresAbsolute methods of the IResponse interface retrieve or set the value of the ExpiresAbsolute property, respectively.

Syntax

public abstract com.ms.com.Variant getExpiresAbsolute();
public abstract void putExpiresAbsolute(double dtExpires);

Return Value

Returns a VARIANT that contains the ExpiresAbsolute value.

Parameters

dtExpires [in] An integer that contains the new ExpiresAbsolute value.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.