File Search Library
LastModified Property



KellermanSoftware.FileSearchLibrary Namespace > LoadFileResult Class : LastModified Property
The Last Modified Date of the file from FileInfo.LastWriteTime
Syntax
'Declaration
 
Public ReadOnly Property LastModified As Nullable(Of Date)
'Usage
 
Dim instance As LoadFileResult
Dim value As Nullable(Of Date)
 
value = instance.LastModified
public Nullable<DateTime> LastModified {get;}
public:
property Nullable<DateTime> LastModified {
   Nullable<DateTime> get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LoadFileResult Class
LoadFileResult Members