FileSystemEntryInfoLastWriteTimeUtc Property |
The instance time, in coordinated universal time (UTC), this entry was last modified.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public DateTime LastWriteTimeUtc { get; }
Public ReadOnly Property LastWriteTimeUtc As DateTime
Get
public:
property DateTime LastWriteTimeUtc {
DateTime get ();
}
member LastWriteTimeUtc : DateTime with get
Property Value
Type:
DateTimeSee Also