Jump to content

FDATE: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
Line 18: Line 18:
  month:4 Binary month for directory entry.
  month:4 Binary month for directory entry.
  year:7  The number of years since 1980 for this directory entry.
  year:7  The number of years since 1980 for this directory entry.
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 06:23, 30 October 2011

FDATE

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.

Back to OS/2 API