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)
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.