Share via


FileSystemInfo.LastWriteTimeUtc Property

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

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

Syntax

public DateTime LastWriteTimeUtc { get; }

Property Value

The UTC time when the current file was last written to.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, and 4.1.

See Also

Reference

FileSystemInfo Class
FileSystemInfo Members
System.IO Namespace