Microsoft SDK for Java

lastModified

This method of the ClientStoreFile Class retrieves the time that the file represented by this ClientStoreFile object was last modified.

Syntax

public long lastModified();

CAUTION   The return value is system dependent and should only be used to compare with other values returned by lastModified. It should not be interpreted as an absolute time.

Return Value

Returns the time the file specified by this object was last modified, or 0L if the specified file does not exist.

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