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.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