Click or drag to resize

ShellBrowserGetLastChangeDate Method

Returns the last modified date of the currently active object.

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

Return Value

Type: 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