FPCEnterprise.BackupCreatedTime
Property
Gets the time that the backup file was created.
VBScript Syntax[VBScript]
[ dTime = ] FPCEnterprise.BackupComment ( sFileName )
C++ Syntax[C++]
HRESULT get_BackupComment (
BSTR sFileName,
DATE *pdTime
);
Parameters
- sFileName
- A string value that specifies the name of the file that
contains a backup of the enterprise information.
Return Values
- dTime
- A date value that specifies the time that the backup file was
created.
The property is read-only.
Applies to
FPCEnterprise