ISupportSwitchTimestampFromMostRecentFile Interface

Command supports switch -stl (Set archive time-stamp from the most recently modified file).

The Switch is SwitchSetTimestampFromMostRecentFile.

The Builder is SwitchSetTimestampFromMostRecentFileBuilder.

graph BT Type-.->Interface0["ISupportSwitch"] click Interface0 "/cake-test/api/Cake.SevenZip.Switches/ISupportSwitch" Type["ISupportSwitchTimestampFromMostRecentFile"] class Type type-node Implementing0["RenameCommand"]-.->Type click Implementing0 "/cake-test/api/Cake.SevenZip.Commands/RenameCommand" Implementing1["AddCommand"]-.->Type click Implementing1 "/cake-test/api/Cake.SevenZip.Commands/AddCommand" Implementing2["UpdateCommand"]-.->Type click Implementing2 "/cake-test/api/Cake.SevenZip.Commands/UpdateCommand"

Syntax

public interface ISupportSwitchTimestampFromMostRecentFile : ISupportSwitch

Properties

Name Property Type Summary
TimestampFromMostRecentFile SwitchSetTimestampFromMostRecentFile
Gets or sets the SwitchSetTimestampFromMostRecentFile.

See Also