SPBackupRestoreConsoleObject.StartTime Property
Gets the date and time at which the backup or restore operation started.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property StartTime As DateTime
Get
'Usage
Dim instance As SPBackupRestoreConsoleObject
Dim value As DateTime
value = instance.StartTime
public DateTime StartTime { get; }
Property Value
Type: System.DateTime
A DateTime that represents the time that the backup or restore operation began.
See Also
Reference
SPBackupRestoreConsoleObject Class