Click or drag to resize

IFileSystemBasicInfoLastWriteTime Property

IT Hit User File System
Gets or sets date and time the file content or directory was last written to.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26791.0-Beta2
Syntax
Nullable<DateTimeOffset> LastWriteTime { get; set; }

Property Value

Type: NullableDateTimeOffset
Remarks
This property should NOT change when file metadata, such as attributes are modified.
See Also