ZIPAPI_Date
Description
Type ZIPAPI_GlobalInfoField Seconds%
Field Minutes%
Field Hours%
Field Day%
Field Month%
Field Year%
End Type
Represents the date information for an entry stored in a ZIP file.
Fields
- Seconds
The number of seconds after the minute. This will be a value between 0 and 59.
- Minutes
The number of minutes after the hour. This will be a value between 0 and 59.
- Hours
The number of hours since midnight. Will be a value between 0 and 23.
- Day
The day of the month, between 1 and 31.
- Month
The number of months since January. This will be a value between 0 and 11.
- Year
The number of years since 1980, up to 2044. This will be a value between 0 and 64.