Click or drag to resize

ShellBrowserGetLastChangeDate Method

Returns the last modified date of the currently active object.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public DateTime GetLastChangeDate()

Return Value

DateTime
The last modified date of the currently active object. DateTime.MinValue if the current object is not a file system object and so the last modified date cannot be determined.
See Also