Click or drag to resize

MetadataChangeTime 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: 9.0.27334.0-Beta
Syntax
public Nullable<DateTimeOffset> ChangeTime { get; set; }

Property Value

Type: NullableDateTimeOffset

Implements

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