BBjRecoverFileStatus::getRecoverStartTimeMillis

Description

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

Syntax

Return Value

Method

long

getRecoverStartTimeMillis()

Parameters

None.

Return Value

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

Remarks

None.

Example

rem ' Recover a file

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

See Also

BBjAPI

BBjFileSystem

BBjRecoverFileStatus

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