SPFile.TimeLastModified property
取得指出檔案上次修改的日期和時間值。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property TimeLastModified As DateTime
Get
'用途
Dim instance As SPFile
Dim value As DateTime
value = instance.TimeLastModified
public DateTime TimeLastModified { get; }
Property value
Type: System.DateTime
System.DateTime物件,表示日期和時間在國際標準時間 (UTC)。
備註
如需有關如何將轉換日期和時間值的資訊,請參閱Converting Date and Time Values。