Click or drag to resize

FileSystemItemMetadataChangeTime Property

IT Hit User File System
Gets or sets date and time the file or directory metadata (such as attributes) or content were last modifired.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26727.0-Beta2
Syntax
public DateTimeOffset ChangeTime { get; set; }

Property Value

Type: DateTimeOffset

Implements

IFileSystemItemMetadataChangeTime
Remarks
This property should change when file content OR metadata are modified.
See Also