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()
Public Function GetLastChangeDate As DateTime
public:
DateTime GetLastChangeDate()
member GetLastChangeDate : unit -> DateTime
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