Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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