BBjClientFile::setLastModified
Description
In BBj 7.0 and higher, this method sets the last modified time of the file this BBjClientFile represents.
Syntax
Return Value |
Method |
---|---|
boolean |
setLastModified(long time) |
Parameters
Variable |
Description |
---|---|
time |
The time of the last modification. |
Return Value
Returns true (1) if the operation succeeded and false (0) if it failed.
Remarks
The time parameter is defined as the number of milliseconds since January 1, 1970 00:00 UTC.
See Interacting with client files in BUI and DWC for a detailed discussion of the BUI BBjClientFile.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.