Click or drag to resize

FileSystemEntryInfoLastWriteTimeUtc Property

Gets the time, in coordinated universal time (UTC), this entry was last modified.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public DateTime LastWriteTimeUtc { get; }

Property Value

Type: DateTime
The time, in coordinated universal time (UTC), this entry was last modified.
See Also