Share via


IFileInfo.LastModified Property

 

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

Syntax

DateTime LastModified { get; }
property DateTime LastModified {
    DateTime get();
}
abstract LastModified : DateTime with get
ReadOnly Property LastModified As Date

Property Value

Type: System.DateTime

Returns DateTime.

See Also

IFileInfo Interface
Microsoft.Owin.FileSystems Namespace

Return to top