FileIdBothDirectoryInfoChangeTime Property |
The time that the file was last changed.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public DateTime ChangeTime { get; set; }
Public Property ChangeTime As DateTime
Get
Set
public:
property DateTime ChangeTime {
DateTime get ();
void set (DateTime value);
}
member ChangeTime : DateTime with get, set
Property Value
Type:
DateTimeSee Also