Click or drag to resize

LocalFileSystemWatcherEventArgsLastModificationTime Property

Gets the last modification 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 LastModificationTime { get; }

Property Value

Type: DateTime
The last modification time.
See Also