FDATE

typedef struct _FDATE { /* fdate */

unsigned day : 5;

unsigned month : 4;

unsigned year : 7;

} FDATE;

Members

day

Specifies the day of the month. It must be a value in the range 1 to 31.

month

Specifies the month. It must be a value in the range 1 (for January) to 12 (for December).

year

Specifies the year.

See Also

LFNFindFirst