FDATE: Difference between revisions
Appearance
m Ak120 moved page OS2 API:DataType:FDATE to FDATE |
mNo edit summary |
||
Line 1: | Line 1: | ||
Date data structure for file-system functions. | |||
Date data structure for file-system functions. | |||
=== Type === | === Type === |
Latest revision as of 23:14, 7 September 2018
Date data structure for file-system functions.
Type
USHORT day:5 USHORT month:4 USHORT year:7
C Declaration Method
typedef struct
Fields
- day:5 - Binary day for directory entry.
- month:4 - Binary month for directory entry.
- year:7 - The number of years since 1980 for this directory entry.