Click or drag to resize

IFileSystemItemMetadataLastWriteTime 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.26727.0-Beta2
Syntax
DateTimeOffset LastWriteTime { get; set; }

Property Value

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