ModificationTime Property (FileInfo)

Class

FileInfo.

Action

Gets the time at which the file or directory was last modified.

Syntax

C#

public DateTime ModificationTime { get; }

VB

Public Read Property ModificationTime As DateTime

Access

Read only.