SPBackupRestoreHistoryObject.EndTime property
日期與時間作業結束。
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property EndTime As DateTime
Get
'用途
Dim instance As SPBackupRestoreHistoryObject
Dim value As DateTime
value = instance.EndTime
public DateTime EndTime { get; }
Property value
Type: System.DateTime
DateTime 表示備份或還原作業的結束時間。
請參閱
參照
SPBackupRestoreHistoryObject class