Win32FindDataLastWriteTimeUtc Property |
Gets the time, in coordinated universal time (UTC), when the current file or directory was last written to.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public DateTime LastWriteTimeUtc { get; }
Property Value
Type:
DateTimeThe UTC time when the current file was last written to.
See Also