Click or drag to resize

LocalFileSystemWatcherEventArgsLastChangeTime Property

Gets the last change time of the affected file or directory.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public DateTime LastChangeTime { get; }

Property Value

Type: DateTime
The last change time.
See Also