SPSite.LastContentModifiedDate Property

Gets the date and time in Coordinated Universal Time (UTC) when the content of the site was last changed.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property LastContentModifiedDate As DateTime
    Get
'Usage
Dim instance As SPSite
Dim value As DateTime

value = instance.LastContentModifiedDate
public DateTime LastContentModifiedDate { get; }

Property Value

Type: System.DateTime
A System.DateTime object that contains the date and time when the content was last changed.

See Also

Reference

SPSite Class

SPSite Members

Microsoft.SharePoint Namespace