IFileSystemBasicInfoChangeTime 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.3.27213.0
Syntax Nullable<DateTimeOffset> ChangeTime { get; set; }
Property ChangeTime As Nullable(Of DateTimeOffset)
Get
Set
property Nullable<DateTimeOffset> ChangeTime {
Nullable<DateTimeOffset> get ();
void set (Nullable<DateTimeOffset> value);
}
abstract ChangeTime : Nullable<DateTimeOffset> with get, set
Property Value
Type:
NullableDateTimeOffsetRemarks This property should change when file content OR metadata are modified.
See Also