ISupportSwitchTimestampFromMostRecentFile Interface

Summary

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.7zip/api/Cake.SevenZip.Switches/ISupportSwitch" Type["ISupportSwitchTimestampFromMostRecentFile"] class Type type-node Implementing0["UpdateCommand"]-.->Type click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand" Implementing1["RenameCommand"]-.->Type click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/RenameCommand" Implementing2["AddCommand"]-.->Type click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand"

Syntax

public interface ISupportSwitchTimestampFromMostRecentFile : ISupportSwitch

Properties

Name Value Summary
TimestampFromMostRecentFile SwitchSetTimestampFromMostRecentFile?
Gets or sets the SwitchSetTimestampFromMostRecentFile.

See Also

GitHub Discussion