SPBackupRestoreConsoleObject.FinishTime property
Gets the time and date that the operation finishes.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property FinishTime As DateTime
Get
'Usage
Dim instance As SPBackupRestoreConsoleObject
Dim value As DateTime
value = instance.FinishTime
public DateTime FinishTime { get; }
Property value
Type: System.DateTime
A DateTime that represents the time that the backup or restore operation finishes.
See also
Reference
SPBackupRestoreConsoleObject class