-
-
Notifications
You must be signed in to change notification settings - Fork 3
PKZip.ZipWriter.SetEntryModificationDate
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
Sub SetEntryModificationDate(Path As String, ModDate As Date)
Name | Type | Comment |
---|---|---|
Path | String | The entry to modify. |
ModDate | Date | The modification date for the entry. |
Sets the modification date for the entry. When not specified the modification date will be the current date. The zip date format has a year range of 1980-2099, a resolution of 2 seconds, and no time zone.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.