FileSystemEntryInfoLastModified Property |
Gets the time this entry was last modified.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public DateTime LastModified { get; }
Public ReadOnly Property LastModified As DateTime
Get
public:
property DateTime LastModified {
DateTime get ();
}
member LastModified : DateTime with get
Property Value
Type:
DateTimeThe time this entry was last modified.
See Also