IFileInfo.LastModified Property

Gets the time of the last modification to the file.

Namespace:  Microsoft.Owin.FileSystems
Assembly:  Microsoft.Owin.FileSystems (in Microsoft.Owin.FileSystems.dll)

Syntax

'Declaration
ReadOnly Property LastModified As DateTime 
    Get
'Usage
Dim instance As IFileInfo 
Dim value As DateTime 

value = instance.LastModified
DateTime LastModified { get; }
property DateTime LastModified {
    DateTime get ();
}
abstract LastModified : DateTime
function get LastModified () : DateTime

Property Value

Type: System.DateTime
The time of the last modification to the file.

See Also

Reference

IFileInfo Interface

Microsoft.Owin.FileSystems Namespace