Click or drag to resize

ByHandleFileInfoLastWriteTimeUtc Property

Gets the time, in coordinated universal time (UTC), this entry was last modified. For a file, the structure specifies the last time that a file is written to. For a directory, the structure specifies when the directory is created. If the underlying file system does not support the last access time, this member is zero (0).

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

Property Value

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