BBjClientFile::lastModified

Description

In BBj 7.0 and higher, this BBjClientFile method returns the time at which this file was last modified in milliseconds.

Syntax

Return Value

Method

long

lastModified()

Parameters

None.

Return Value

The last modified time of this file.

Remarks

This method returns a Java long, which is a 64-bit number. It represents the number of milliseconds as an offset based from January 1, 1970, 00:00:00 UTC. If an error occurs or the file does not exist, this method will return 0.

BUI logo

See BUI: Interacting with client files for a detailed discussion of the BUI BBjClientFile.

Example

See Also

BBjAPI

BBjThinClient

BBjClientFileSystem

BBjClientFile

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.