BBjRecoverFileStatus::getRecoverFinishTimeMillis

Description

In BBj 18.0 and higher, this method returns the file recovery finish time in milliseconds.

Syntax

Return Value

Method

long

getRecoverFinishTimeMillis()

Parameters

None.

Return Value

The difference, measured in milliseconds, between the file recovery finish time and midnight, January 1, 1970 UTC.

Remarks

None.

Example

rem ' Recover a file

status! = BBjAPI().getFileSystem().recoverFile("recoverFile.dat")
print "Recovery finish time:",status!.getRecoverFinishTimeMillis()

See Also

BBjAPI

BBjFileSystem

BBjRecoverFileStatus

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