SPCheckedOutFile.TimeLastModified Property
Gets the last-modified date and time of the checked-out file.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property TimeLastModified As DateTime
Get
'Usage
Dim instance As SPCheckedOutFile
Dim value As DateTime
value = instance.TimeLastModified
public DateTime TimeLastModified { get; }
Property Value
Type: System.DateTime
The last-modified date and time of the checked-out file.