Microsoft Internet Security and Acceleration Server 2000

FPCArray.BackupCreatedTime Property

Gets the time that the backup file was created.

VBScript Syntax[VBScript]

[ dTime = ] FPCArray.BackupComment ( sFileName )

C++ Syntax[C++]

HRESULT BackupComment (
  BSTR sFileName,
  DATE *pdTime
);

Parameters

sFileName
A string that specifies the name of the file that contains a backup of the array information.

Return Values

dTime
DATE value specifying the time that the backup file was created.

The property is read-only.

Applies To

FPCArray