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