Share via


LastWriteTimeUtc Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the time, in coordinated universal time (UTC), when the current file or directory was last written to.

Namespace:  System.IO
Assembly:  System.IO (in System.IO.dll)

Syntax

'Declaration
Public ReadOnly Property LastWriteTimeUtc As DateTime
public DateTime LastWriteTimeUtc { get; }
public:
property DateTime LastWriteTimeUtc {
    DateTime get ();
}
member LastWriteTimeUtc : DateTime with get
function get LastWriteTimeUtc () : DateTime

Property Value

Type: System. . :: . .DateTime
The UTC time when the current file was last written to.

.NET Framework Security

See Also

Reference

FileSystemInfo Class

System.IO Namespace