HostFileChangeMonitor::LastModified Property

.NET Framework (current version)
 

Gets a read-only value that indicates the last write time of a monitored file or path.

Namespace:   System.Runtime.Caching
Assembly:  System.Runtime.Caching (in System.Runtime.Caching.dll)

public:
property DateTimeOffset LastModified {
	virtual DateTimeOffset get() override;
}

Property Value

Type: System::DateTimeOffset

The last write time of a monitored file or path.

If a file-change monitor is monitoring multiple files or paths, this property returns the most recent write time in the set of all files and paths.

.NET Framework
Available since 4.0
Return to top
Show: