SPContentDatabase.RestoredTime property

Gets the time when the content database was added or restored to the farm, in UTC format.

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

Syntax

'Declaration
Public Property RestoredTime As DateTime
    Get
    Friend Set
'Usage
Dim instance As SPContentDatabase
Dim value As DateTime

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

Property value

Type: System.DateTime
The time when the content database was added or restored to the farm, in UTC format.

See also

Reference

SPContentDatabase class

SPContentDatabase members

Microsoft.SharePoint.Administration namespace