FileIdBothDirectoryInfoLastWriteTimeUtc 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.2
Syntax public DateTime LastWriteTimeUtc { get; set; }
Public Property LastWriteTimeUtc As DateTime
Get
Set
public:
property DateTime LastWriteTimeUtc {
DateTime get ();
void set (DateTime value);
}
member LastWriteTimeUtc : DateTime with get, set
Property Value
Type:
DateTimeThe time, in coordinated universal time (UTC), this entry was last modified.
See Also