OS2 API:DataType:FDATE

From EDM2

Jump to: navigation, search

Contents

[edit] FDATE

Date data structure for file-system functions.

[edit] Type

USHORT  day:5
USHORT  month:4
USHORT  year:7

[edit] C Declaration Method

typedef struct

[edit] 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.
Personal tools