SPBackupRestoreHistoryObject.StartTime Property

Gets the date and time when the operation began.

Namespace:  Microsoft.SharePoint.Administration.Backup
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property StartTime As DateTime
    Get
    Friend Set
'Usage
Dim instance As SPBackupRestoreHistoryObject
Dim value As DateTime

value = instance.StartTime
public DateTime StartTime { get; internal set; }

Property Value

Type: System.DateTime
A DateTime that represents the time that the backup or restore operation began.

See Also

Reference

SPBackupRestoreHistoryObject Class

SPBackupRestoreHistoryObject Members

Microsoft.SharePoint.Administration.Backup Namespace