SPSite.LastContentModifiedDate property
取得日期和時間在國際標準時間 (UTC) 上次變更網站內容時。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property LastContentModifiedDate As DateTime
Get
'用途
Dim instance As SPSite
Dim value As DateTime
value = instance.LastContentModifiedDate
public DateTime LastContentModifiedDate { get; }
Property value
Type: System.DateTime
System.DateTime物件,包含日期和時間上次變更內容。